-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking change on call service node #136
Comments
What domain are you using are you? I just tried to replicate this with input_booleans and it's working as intended.
|
After further testing, it definitely impacts the homeassistant domain, but I'm not certain if impacts others. The first code successfully turns the scene and switch on whereas the second does not. However the output does not indicate the success or failure:
|
Describe the bug
Multiple comma delimited entity_ids provided in the Entity_Id field to the call service node works as expected in the prior version and as per the inline help. After upgrading the call service node, the call succeeds however no action is taken.
To Reproduce
While in Node Red:
Expected behavior
The call service should be called for each entity_id provided
Environment (please complete the following information):
Node Red Version: v0.20.7
Node.js Version: ?
NR Home Assistant Plugin Version: 4.0.5
Is Node Red running in Docker: hassio
Have you searched previous issues for duplicates?:
Yes. This is related to Feature Add the ability to pass multiple entities into a call service node #12 however that feature now seems broken.
The text was updated successfully, but these errors were encountered: