Update integrations j-o to override extra_state_attributes() (#47758)
This commit is contained in:
parent
1095905f8c
commit
14a59d290a
110 changed files with 150 additions and 150 deletions
|
@ -49,6 +49,6 @@ class LutronOccupancySensor(LutronDevice, BinarySensorEntity):
|
|||
return f"{self._area_name} Occupancy"
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the state attributes."""
|
||||
return {"lutron_integration_id": self._lutron_device.id}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue