parent
bfc19c8cc3
commit
077ca97ef8
9 changed files with 11 additions and 12 deletions
|
@ -81,7 +81,7 @@ class SwitchBeeCoverEntity(SwitchBeeDeviceEntity[SwitchBeeShutter], CoverEntity)
|
|||
| CoverEntityFeature.SET_POSITION
|
||||
| CoverEntityFeature.STOP
|
||||
)
|
||||
_attr_is_closed = None
|
||||
_attr_is_closed: bool | None = None
|
||||
|
||||
@callback
|
||||
def _handle_coordinator_update(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue