Adjust alarm_control_panel
This commit is contained in:
parent
a43b5dc972
commit
786cf200d1
2 changed files with 8 additions and 3 deletions
|
@ -80,11 +80,10 @@ async def async_setup_entry(
|
|||
)
|
||||
|
||||
|
||||
class DeconzAlarmControlPanel(DeconzDevice, AlarmControlPanelEntity):
|
||||
class DeconzAlarmControlPanel(DeconzDevice[AncillaryControl], AlarmControlPanelEntity):
|
||||
"""Representation of a deCONZ alarm control panel."""
|
||||
|
||||
TYPE = DOMAIN
|
||||
_device: AncillaryControl
|
||||
|
||||
_attr_code_format = CodeFormat.NUMBER
|
||||
_attr_supported_features = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue