Replies: 1 comment 1 reply
-
Looks like adding Node-Red Palette showing version Node-Red addon debug:
Edit: entered into the node-red addon container and can see that the {
"name": "node-red-contrib-home-assistant-websocket",
"description": "Node-RED integration with Home Assistant through websocket and REST API",
"version": "0.57.0-beta.1",
"homepage": "https://zachowj.github.io/node-red-contrib-home-assistant-websocket/",
"bugs": {
"url": "https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues"
}, For some reason, the beta nodes aren't being loaded. For example, the Edit 2: SolutionUsers of the Home Assistant Node-Red
After doing so, restart the Node-Red add-on. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome to the Home Assistant WebSocket Node-RED Beta Release Notes
Always recommend doing a backup of your flows before upgrading.
Breaking Changes
Exposure As:
We've completely overhauled the "expose as" system! Now, it uses a switch entity config, allowing a single switch entity to control multiple event nodes. Please note that this is a breaking change. To continue using the expose as functionality, make sure to update the node schema from the Node-RED UI.
Trigger Service:
We've simplified the trigger service. It now accepts only two optional data properties:
output_path
andmessage
.output_path
: Specify a comma-separated list of paths to send the message to. Use '0' to send the message to all paths.message
: Define the message object to be sent to the next node.Device Node:
In the companion integration, we've updated the endpoints. To ensure proper functionality, you'll need version 3.0.0+ for this node.
Installation
Bare Metal / Docker
To install or update, use npm inside the config directory:
or
Upload the attached file using the package manager in Node-RED.
Home Assistant Add-on
Add the beta release to the
npm_packages
config option.The full changelog change can be found in the release pull request #1070
This discussion was created from the release 0.57.0 beta 1.
Beta Was this translation helpful? Give feedback.
All reactions