Home Assistant officially recognizes opening and closing as valid states for covers: https://developers.home-assistant.io/docs/core/entity/cover/#states.
Right now these states cause the widget to display an unknown state.
This PR changes that so the transitional states are at least mapped to their equivalent stable state.
Home Assistant officially recognizes
opening
andclosing
as valid states for covers: https://developers.home-assistant.io/docs/core/entity/cover/#states. Right now these states cause the widget to display an unknown state. This PR changes that so the transitional states are at least mapped to their equivalent stable state.As with #56, I haven't tested this.