home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.92k stars 30.15k forks source link

Upgrading to 2022.12.4 breaks node-red automations #83941

Closed deanjunk closed 1 year ago

deanjunk commented 1 year ago

The problem

After upgrading to 2022.12.4, my node-red automations stopped working for turning on/off lights. The things in common are that all are using HomeAssistant Sever/ homeassistant domain/ and generic turn_on/turn_off service. The lights can be controlled manually from UI without issue.

Hassio: Home Assistant 2022.11.5 Supervisor 2022.11.2 Operating System 9.4 Frontend 20221108.0 - latest

What version of Home Assistant Core has the issue?

2022.12.4

What was the last working version of Home Assistant Core?

2022.11.5

What type of installation are you running?

Home Assistant OS

Integration causing the issue

zwave.me, meross, shelby

Link to integration documentation on our website

No response

Diagnostics information

Not sure which logs would be needed.

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

frenck commented 1 year ago

Node-RED is a third-party tool not created, maintained, or supported by the Home Assistant project. Please report your issue with the maintainers of the third-party project you are using.

../Frenck

deanjunk commented 1 year ago

Tested with developer tools calling a service. Homeassistant generic service turn_on/turn_off doesn't work with device name, but does work with the entity_id. Changed same in node-red and now it works. Is the device name not supported anymore?