Releases: zachowj/node-red-contrib-home-assistant-websocket
Releases · zachowj/node-red-contrib-home-assistant-websocket
v0.61.1
v0.61.0
v0.60.1
v0.60.0
0.60.0 (2023-12-09)
⚠ BREAKING CHANGES
- Require Home Assistant 2023.12+
- call-service: Requests Home Assistant 2023.12+
- get-history: All message inputs are required to be under msg.payload others have been removed. Current ones have been changed to camelcase to follow other nodes. Message ouputs msg.startdate, msg.enddate, msg.entity_id have been removed.
Features
Bug Fixes
Miscellaneous Chores
v0.59.0
0.59.0 (2023-11-11)
This release adds several helper functions for areas and devices to JSONata.
$areaDevices(areaId)
returns all devices associated with a specific area ID.$areaEntities(areaId)
returns all entities associated with a specific area ID.$area(lookup)
returns an area based on a provided lookup value, or all areas if no lookup value is provided. The lookup value can be an area ID, an entity ID, or a device ID.$deviceEntities(device_id)
returns all entities associated with a specific device.$device(lookup)
returns a device based on a provided lookup value. The lookup value can be an entity ID or a device name.
Features
- Add area and device helpers to JSONata (8875d0f)
Bug Fixes
v0.58.2
v0.58.1
v0.58.0
0.58.0 (2023-11-07)
⚠ BREAKING CHANGES
- switch: When using the service nodered.trigger the message object will merge at the top level. Before it was added at msg.payload
Bug Fixes
v0.57.4
There was a bug with migrating the trigger-state node schema in v0.57.0. The state type value was not copied correctly to the new schema. If migration was done before this release there is no way to recover the state type value other than using a backup.
If the state type value was set to "str" this bug has no effect.
0.57.4 (2023-10-11)
Bug Fixes
- trigger-state: Fix migration from 2 to 3 to use correct state type value (af6664f)