Covers in scenes: Expose set_cover_position as state?

Hi developers,

I would like to set the position of my covers in scenes. After looking into the code it seems not to work because the “set_cover_position” service is not translate to a state. I assume this needs to be done in “homeassistant/helpers/state.py”.

Add to SERVICE_TO_STATE
SERVICE_SET_COVER_POSITION: STATE_SET_COVER_POSITION

Not sure if this is the only fix and if this “grammar” wise ok. On top of that I have no development enviroment set-up. Can someone help?

Thanks
J

I am also trying to add a cover I set up for my projector screen motor to my movie scene. Did you get it to work

I ran into the same problem yesterday, so I decided to try and fix it :slight_smile: https://github.com/home-assistant/home-assistant/pull/8613

Great to see. It works in my own fork for quiet some time but I failed somehow to get in the official release. Thx

nice, then we hope to see this working in the future
thanks