-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fields disappear (Call Service node) #1600
Comments
Are you accessing the Node-RED UI via an iframe within Home Assistant? If so, try connecting directly to the Node-RED UI on port 1880 to check if the issue persists. |
Tried in HASSOS via addon with dark theme on both HASS & NodeRed, same behavior. Area & Device fields disappear when you select certain options in the "Action" field dropdown. Even editing legacy nodes where I know that devices were leveraged, they are missing. Creating a new "action" node and the behavior is the same. |
For the You can refer to the documentation here: This change was introduced in version 0.66.0, as the properties were previously handled incorrectly. The update aligns the schema with Home Assistant’s behavior. If you build the same action in Home Assistant and switch to YAML mode, you'll see that these properties are correctly placed under the
|
zachowj thanks for the heads up. I had missed the documentation/listing of the breaking changes. that's a lot nodes affected for me. consider this closed, thanks for fast responses. |
Describe the bug
When using Call Service node (now called action node) with domain switch the fields area, device and entity disappears when using services toggle or turn_off, or any action from the dropdown.
Even old flows are affected. Nodes known to have device entries in them are now missing.
Running 0.73.0 with latest home assistant everything.
To Reproduce
create a new "call service" node. Entries for area, device, and entity exist.
Change Domain to "zwave_js", all three entries still exist.
Change Service to "multicast_set_value" and the entries for area & device disappear. Entity remains.
....
Edit old nodes that you know have things referenced by device name, realize the device entry area does not show up.
Expected behavior
I expect the fields stated above not to disappear.
Screenshots
No response
Example Flow
No response
Environment Information
Nothing shown in window.
Additional context
Issues mistakenly posted in the add-on repository.
hassio-addons/addon-node-red#1953
hassio-addons/addon-node-red#1922
The text was updated successfully, but these errors were encountered: