mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 02:07:54 +00:00
Replace deprecated attribute in abode (#120343)
This commit is contained in:
parent
015bc0e172
commit
d1de42a299
@ -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",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user