Replace deprecated attribute in abode (#120343)

pull/118613/head
Marc Mueller 2024-06-24 16:44:59 +02:00 committed by GitHub
parent 015bc0e172
commit d1de42a299
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class AbodeAutomation(AbodeEntity):
super().__init__(data)
self._automation = automation
self._attr_name = automation.name
self._attr_unique_id = automation.automation_id
self._attr_unique_id = automation.id
self._attr_extra_state_attributes = {
"type": "CUE automation",
}