Fix Prosegur availability through Alexa (#69941)

This commit is contained in:
Diogo Gomes 2022-04-13 19:29:13 +01:00 committed by GitHub
parent 25504b697c
commit b7fdec05e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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