Releases: zachowj/node-red-contrib-home-assistant-websocket
Releases · zachowj/node-red-contrib-home-assistant-websocket
0.5.0
New Features
- Added secondary outputs for
halt iflogic for current-state, events-state, and poll-state nodes - Call-service node now has the option for custom location output or no output
- New node
get-entities: Get entities based on search criteria with 3 different output options
Added
- Added Spinner UI element to poll-state node
Changed
- Refactored the UI for
halt iflogic into an external file and loaded on demand
Fixed
- Fixed the handling of multiple entity ids for the homeassistant domain for the call-service node Fixed #57
0.4.3
0.4.2
0.4.1
0.4.0
New Features
- Ability to cast the
stateof event entities and payload to String/Number/Boolean - Changed
halt iflogic to be able to use different comparators to check the state for current-state, and events-state-change nodes - Poll-state now has
halt iflogic
Added
- Added status times for success and error messages for the
get templatenode (@jonathanadams) - Added timeSinceChangedMs to current-state, events-state, and trigger-state nodes
entity.timeSinceChangedMs
Fixed
- Autocomplete to use the correct entities/services if more than one server is setup (#49)
0.3.1
0.3.0
[0.3.0] 2018.11.18
New Features
- Entity Id now has autocomplete for the Call Service node.
- Trigger node now can be filtered by substring/exact/regex.
- Call Service and Fire Event nodes are now able to render mustache templates in the data property. Templates also work on the new entity id field for the Call Service node.
Added
- Request/Sending status to Call Service, Fire Event, Get History and Get Template nodes.
Changed
- Call Service node won't send message until it receives a response from HA.
- Fire Event node won't send message until it receives a response from HA.
0.2.1
0.2.0
New Features
- Ability to allow Unauthorized SSL Certificates configurable via the server config
- Added override
msg.datacontrol to current-state node (@thejta) - Config for Hass.io users is now just a single checkbox
- Added autocomplete to the entity id field for the get-history node
Added
- Base URL will now show validation error if not in an acceptable format
Fixed
- Files should now get linted correctly on staging
0.1.3
Changed
- Refactored the connection process for the WebSocket. Now shows Connecting, Connected, and Disconnected. Connected is now shown only after it has successfully authenticated with Home Assistant.
- Will continue to attempt to connect to Home Assistant now even if the first attempt is rejected by the server or times out. Should fix #10
- Load the full Services object from Home Assistant on load
- Only process State and Services objects if they're not empty