Adjust alarm_control_panel

This commit is contained in:
epenet 2022-08-01 07:56:57 +00:00
parent a43b5dc972
commit 786cf200d1
2 changed files with 8 additions and 3 deletions

View file

@ -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 = (