mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
Fix Prosegur availability through Alexa (#69941)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user