Fix Alarm control panel not require code in several integrations (#118961)
This commit is contained in:
parent
a5959cfb83
commit
2a4f7439a2
12 changed files with 12 additions and 0 deletions
|
@ -51,6 +51,7 @@ class HiveAlarmControlPanelEntity(HiveEntity, AlarmControlPanelEntity):
|
|||
| AlarmControlPanelEntityFeature.ARM_AWAY
|
||||
| AlarmControlPanelEntityFeature.TRIGGER
|
||||
)
|
||||
_attr_code_arm_required = False
|
||||
|
||||
async def async_alarm_disarm(self, code: str | None = None) -> None:
|
||||
"""Send disarm command."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue