mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 10:38:22 +00:00
Fix Prosegur availability through Alexa (#69941)
This commit is contained in:
parent
814cbcd13a
commit
261ae2ef33
@ -51,6 +51,7 @@ class ProsegurAlarm(alarm.AlarmControlPanelEntity):
|
||||
self.contract = contract
|
||||
self._auth = auth
|
||||
|
||||
self._attr_code_arm_required = False
|
||||
self._attr_name = f"contract {self.contract}"
|
||||
self._attr_unique_id = self.contract
|
||||
self._attr_supported_features = SUPPORT_ALARM_ARM_AWAY | SUPPORT_ALARM_ARM_HOME
|
||||
|
Loading…
x
Reference in New Issue
Block a user