You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node migration system has been reworked and allows for updating all HA nodes with a push of a single button. With this release, a lot of nodes have changed how certain data is saved. So it is highly recommended to make a backup of your flows before doing upgrades.
Custom Outputs
API
Current state
Device
Events: all
Events: state
Fire event
Poll state
Render Template
Tag
Time
Wait Until
Webhook
Zone
Installation
Install via npm
# change directory to location of config install
$ cd~/.node-red
$ npm install node-red-contrib-home-assistant-websocket@beta
# then restart node-red
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wouldn't run this beta without making a backup of your flows. The migrations system has been reworked and several nodes have changed.
New nodes
Features
Async done / complete
Home Assistant nonevent nodes will notify the Node-RED runtime when it has completed its action. Basically, the complete node will now function with HA nodes.
https://nodered.org/blog/2019/08/16/going-async
https://nodered.org/blog/2019/09/20/node-done
Helper functions added to JSONata Expressions
https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/jsonata.html
Migrations
The node migration system has been reworked and allows for updating all HA nodes with a push of a single button. With this release, a lot of nodes have changed how certain data is saved. So it is highly recommended to make a backup of your flows before doing upgrades.
Custom Outputs
Installation
Install via npm
Home Assistant Node-RED Add-on
Add to add-on config
Beta Was this translation helpful? Give feedback.
All reactions