Skip to content

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

0.5.0

18 Dec 21:36

Choose a tag to compare

New Features

  • Added secondary outputs for halt if logic 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 if logic 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

10 Dec 15:25

Choose a tag to compare

Fixed

  • Make Server Id is not empty when performing autocomplete ajax call for get history node

0.4.2

09 Dec 22:38

Choose a tag to compare

Fixed

  • Make sure Server Id is not empty when performing autocomplete ajax call

0.4.1

09 Dec 18:28

Choose a tag to compare

Fixed

  • Make sure halt if logic has default starting values

0.4.0

09 Dec 02:09

Choose a tag to compare

New Features

  • Ability to cast the state of event entities and payload to String/Number/Boolean
  • Changed halt if logic to be able to use different comparators to check the state for current-state, and events-state-change nodes
  • Poll-state now has halt if logic

Added

  • Added status times for success and error messages for the get template node (@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

19 Nov 07:12

Choose a tag to compare

[0.3.1] 2018.11.18

Added

  • Added mustache dependency

0.3.0

19 Nov 06:56

Choose a tag to compare

[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

12 Nov 07:16

Choose a tag to compare

Changed

  • Reverted home-assistant-js-websocket to version 3.1.6 because hass.io proxy reconnect errors popped back up in ^3.2.0

0.2.0

07 Nov 07:28

Choose a tag to compare

New Features

  • Ability to allow Unauthorized SSL Certificates configurable via the server config
  • Added override msg.data control 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

29 Oct 06:23

Choose a tag to compare

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