-
-
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
Version 17 Error: 'ValidationError: target.entity_id" must be an array' #1247
Comments
Same problem here, sending this JSON:
to a call-service node results in the same error. Once I reverted to 16.0.2 it started working again. |
The error is valid as the documentation shows the target properties are to accept arrays. The validation was fixed to check that the property value was an array. I'll change the validation to allow both strings and arrays. |
Thank you. 17.0.1 now works a dream. |
This fixed my issues as well - thanks for all the hard work! 🙂 |
Describe the bug
This error is generated when controlling a light entity with data sent from a function node to a call service node.
To Reproduce
Update to v17
Expected behavior
No response
Screenshots
Example Flow
Environment Information
Version: 17.0.0
Home Assistant version: 2024.1.2
Companion version:
Node-RED version: 3.1.0
Docker: no
Add-on: no
Node.js version:
OS:
Additional context
reverted back to version 16 and all works fine
The text was updated successfully, but these errors were encountered: