Hello to all,
I have service called: cover.set_cover_position
the entity name is: cover.shelly_shsw_25_e66e10
the option is : entity_id: cover.shelly_shsw_25_e66e10
position: 30
I don’t know how set my scene.
Any idea?
Hello to all,
I have service called: cover.set_cover_position
the entity name is: cover.shelly_shsw_25_e66e10
the option is : entity_id: cover.shelly_shsw_25_e66e10
position: 30
I don’t know how set my scene.
Any idea?
Scenes work by translating states to service calls. You don’t need the service, the scene does that for you. Just specify the entity and state you want it to be.
- name: My Scene
entities:
cover.shelly_shsw_25_e66e10
position: 30