Skip to content

Releases: zachowj/node-red-contrib-home-assistant-websocket

v0.71.0

09 Sep 21:20
2904468
Compare
Choose a tag to compare

0.71.0 (2024-09-09)

Features

  • number: Promote number node from beta to stable (f235081)
  • select: Promote select node from beta to stable (f235081)
  • text: Promote text node from beta to stable (f235081)
  • time-entity: Promote time-entity node from beta to stable (f235081)

Bug Fixes

  • get-entities: Add timeSinceChangedMs to the states before condition checks (5036246)

v0.70.0

09 Sep 03:02
0ccfd29
Compare
Choose a tag to compare

0.70.0 (2024-09-09)

Features

  • action: Add option to block input overrides in action nodes (8dd947f), closes #1489
  • number: Add "Expose as" option for Listening mode in number node (e7441e1)
  • select: Add "Expose as" option for Listening mode in select node (8dfffb3)
  • text: Add "Expose as" option for Listening mode in text node (60d69d2)
  • time-entity: Add "Expose as" option for Listening mode in time-entity node (7ae8c09)

v0.69.1

07 Sep 00:18
91f7fee
Compare
Choose a tag to compare

0.69.1 (2024-09-06)

Bug Fixes

  • issues: gracefully skip unparseable data (f6e192d)

v0.69.0

06 Sep 22:30
a262507
Compare
Choose a tag to compare

0.69.0 (2024-09-06)

Features

  • issues: Validate entity_id placement within the correct property for the action node (eef3717)

v0.68.10

05 Sep 20:57
00e084e
Compare
Choose a tag to compare

0.68.10 (2024-09-05)

Bug Fixes

  • issues: Target "all" for an entity id valid (3e31f65)

v0.68.9

01 Sep 19:05
f6aeb03
Compare
Choose a tag to compare

0.68.9 (2024-09-01)

Bug Fixes

  • issues: Ignore nodes when in a disabled tab (85589ba)

v0.68.8

30 Aug 12:34
aad6bc7
Compare
Choose a tag to compare

0.68.8 (2024-08-30)

Bug Fixes

  • Add null check for new_state in TriggerStateController and ZoneController (5258e4a)
  • wait-until: Handle undefined entity in timeSinceChangedMs calculation (0512e1f), closes #1519

v0.68.7

29 Aug 15:17
db07957
Compare
Choose a tag to compare

0.68.7 (2024-08-29)

Bug Fixes

  • wait-until: Add null check for new_state in WaitUntilController (b526b00)

v0.68.6

28 Aug 14:11
c59d916
Compare
Choose a tag to compare

0.68.6 (2024-08-28)

Bug Fixes

  • action: Ensure label displays only once (37c143d)

v0.68.5

28 Aug 13:54
d02b6b1
Compare
Choose a tag to compare

0.68.5 (2024-08-28)

Bug Fixes

  • action: Fix target labels to include device/area labels (23f0c72)