Releases: zachowj/node-red-contrib-home-assistant-websocket
Releases · zachowj/node-red-contrib-home-assistant-websocket
0.0.4
0.0.3
Fixed
- Fix for autocomplete xhr call showing undefined for httpAdminRoot. Not going to assume that httpAdminRoot is defined. zachowj/node-red-contrib-home-assistant-websocket/issues/2
0.0.2
Added
- Ability to filter event type from within the 'events: all' node
- Better error handling for refused connections and incorrect access token/password
Changed
- Docker config to use Home Assistant 0.78.3 and node-red 8.12.0
Fixed
- The ignoring of custom root path if set in node-red - AYapejian/node-red-contrib-home-assistant/issues/41
0.0.1
Added
- Integrated AYapejian/node-home-assistant minus the CLI
- Ability to use Home Assistant long-lived access tokens
Changed
- 'events: all', 'events: state', and 'trigger: state' to use websocket instead of the events stream
- 'poll state', 'call service', and 'current state' to use websocket instead of REST API