mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Change attribute key for Lutron cover to lutron_integration_id (#45114)
Currently, covers return "Lutron Integration ID" as a state attribute. This is inconsistent with the light, switch, and binary_sensor which return "lutron_integration_id".
This commit is contained in:
parent
94417e3e14
commit
7872e6caf8
@ -66,4 +66,4 @@ class LutronCover(LutronDevice, CoverEntity):
|
|||||||
@property
|
@property
|
||||||
def device_state_attributes(self):
|
def device_state_attributes(self):
|
||||||
"""Return the state attributes."""
|
"""Return the state attributes."""
|
||||||
return {"Lutron Integration ID": self._lutron_device.id}
|
return {"lutron_integration_id": self._lutron_device.id}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user