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?