mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix Prosegur availability through Alexa (#69941)
This commit is contained in:
parent
25504b697c
commit
b7fdec05e1
@ -53,6 +53,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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user