The call service seems to have changed to need a state, but I don't know the syntax and on the visual editor there aren't boxes to fill in for each. How do I do a service call now? I'm trying to apply a scene. It seems that things have been changed to make them more difficult. A scene already has the states set, so why would you need to put a state. It doesn't make any sense.
#Call Service Help
1 messages · Page 1 of 1 (latest)
Please tell me what's wrong with this. ```
action: scene.apply
data:
entities:
scene.sitting_room_fan_high_on:
state: "on"```
The scene itself works, but nothing happens when I use developer tools.
You can just turn the scene on directly
from the example in the docs: https://www.home-assistant.io/integrations/scene/
- action: scene.turn_on
target:
entity_id: scene.before
That didn't work. I got this error...```
Failed to perform the action scene.apply. expected dict for dictionary value @ data['entities']. Got None```
there was no scene.apply in the code I provided