mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 13:17:53 +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)
|
super().__init__(data)
|
||||||
self._automation = automation
|
self._automation = automation
|
||||||
self._attr_name = automation.name
|
self._attr_name = automation.name
|
||||||
self._attr_unique_id = automation.automation_id
|
self._attr_unique_id = automation.id
|
||||||
self._attr_extra_state_attributes = {
|
self._attr_extra_state_attributes = {
|
||||||
"type": "CUE automation",
|
"type": "CUE automation",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user