Skip to content

Releases: zachowj/hass-node-red

v4.1.0

11 Sep 04:38
0bc4230
Compare
Choose a tag to compare

4.1.0 (2024-09-11)

Features

  • sentence: add support for custom responses in the Sentence node (80e1afa)

Bug Fixes

  • sentence: Fix default value for response_type (314ae11)

v4.0.2

16 Aug 09:42
df2c9c4
Compare
Choose a tag to compare

4.0.2 (2024-08-16)

Bug Fixes

  • device: Convert entity registry id into entity id to fix device action (78e854a)

v4.0.1

07 Jul 02:52
1bb18b2
Compare
Choose a tag to compare

4.0.1 (2024-07-07)

Bug Fixes

  • Replace deprecated async_forward_entry_setup function (89150df)

v4.0.0

02 May 13:56
a8727e2
Compare
Choose a tag to compare

4.0.0 (2024-05-02)

⚠ BREAKING CHANGES

  • sentence: Changes made to conversation agent now require Home Assistant 2024.5+ for sentence node to work

Bug Fixes

  • sentence: Fix getting default conversation agent (60e81ce), closes #270

v3.1.7

02 May 01:00
83b373b
Compare
Choose a tag to compare

3.1.7 (2024-05-02)

Bug Fixes

  • Replace deprecated HomeAssistantType with HomeAssistant (#268) (8730766), closes #267

v3.1.6

07 Apr 21:32
6a2e3eb
Compare
Choose a tag to compare

3.1.6 (2024-04-07)

Bug Fixes

  • webhook: Fix deprecated has.components.webhook (24270d7), closes #258

v3.1.5

06 Apr 21:43
9772c9c
Compare
Choose a tag to compare

3.1.5 (2024-04-06)

Miscellaneous Chores

v3.1.4

04 Apr 03:51
517275c
Compare
Choose a tag to compare

3.1.4 (2024-04-04)

Bug Fixes

  • sentence: Fix to handle sentence trigger signature change (03d34da), closes #260

Documentation

  • Update README to new location to install integrations (16b40cd)

v3.1.3

05 Jan 22:10
a7b69cb
Compare
Choose a tag to compare

3.1.3 (2024-01-05)

Bug Fixes

  • Fix failure during loading due to MQTT init (#239) (6302ea6)

v3.1.2

13 Dec 04:58
bd7aada
Compare
Choose a tag to compare

3.1.2 (2023-12-13)

Bug Fixes

  • time: Catch invalid time format (c071fe0)