Add constructor return type in integrations T-Z (#50899)
This commit is contained in:
parent
c650deef98
commit
9eecd90afc
49 changed files with 77 additions and 63 deletions
|
@ -183,7 +183,7 @@ class Shade(ZhaEntity, CoverEntity):
|
|||
zha_device: ZhaDeviceType,
|
||||
channels: list[ChannelType],
|
||||
**kwargs,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize the ZHA light."""
|
||||
super().__init__(unique_id, zha_device, channels, **kwargs)
|
||||
self._on_off_channel = self.cluster_channels[CHANNEL_ON_OFF]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue