Skip to content

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

0.0.4

01 Oct 22:43
Compare
Choose a tag to compare

Added

  • JSON editor to the call-service node data input
  • Fire Event node to send events

Changed

  • host and access token/password credentials are now encrypted and stored in the node-red cred file. This also stops them from being exported in flows.

0.0.3

27 Sep 06:24
Compare
Choose a tag to compare

Fixed

0.0.2

24 Sep 06:03
Compare
Choose a tag to compare

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

0.0.1

24 Sep 06:00
Compare
Choose a tag to compare

Added

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