If you have a non-MQTT garage door opener in HA that uses the Garage Door Cover, that has all four states working - Opening, Closing, Open, and Closed, could you please share your configuration for it?
I have been unable to find anyone that has been able to show me how to make the Opening and Closing states work. All mine ever does is Open and Closed.
I would be grateful if someone could show me what I’m missing to get this working. I even resorted into making four boolean_inputs to set the states so I wouldn’t have to run my door open/closed all the time trying to debug this and I just can’t get it to work. I can get the icon to change appropriately but I can’t get the states of the garage cover to change to Opening or Closing for nothing.
Huh, everyone else is telling me it supports four states. One person even pointed me to the source code of HA that shows all four states which is below:
So does it really support four states or just two?
Aah, I guess I was incorrect. It’s the integration’s job to support that. You might be able to copy the integration’s files, make it support it, and put it in the custom_integrations folder.
I wonder if I’m trying to force something that just wasn’t meant to be.
Would it be easier to just make my own entity and set the states and icons to whatever I want? I’d love to see an example of that - maybe that is the better route to go.