how i can get the state of my cover in a dashboard? ( see image )
i want to see the words ’ open , closed , opening ’ in my card in my dashboard.
instead of 3 control buttons of my cover .
thx in advance
how i can get the state of my cover in a dashboard? ( see image )
i want to see the words ’ open , closed , opening ’ in my card in my dashboard.
instead of 3 control buttons of my cover .
thx in advance
I believe the native functionality doesn’t expose anything more than open/close.
" A cover can (currently) either be closed or open"
But I believe you can access more from lambdas.
See current_operation.
Therefore you could probably create your own template text sensor and then do something with that?
but i want to do the conisideration : Template Cover - Home Assistant
but how can i yaml this togheter?
i have the state showed in mqtt
how can u use the state in homeassistnt , as entititie to show in a dashboard ?
my config.yaml
my dachboard:
and in section ’ status’
i get this :
how can i get this information to mu dashboard ?
open closed
0 pct 100pct ?