Replace deprecated attribute in abode (#120343)

This commit is contained in:
Marc Mueller
2024-06-24 16:44:59 +02:00
committed by GitHub
parent 015bc0e172
commit d1de42a299

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",
}