mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Update integrations a-e to override extra_state_attributes() (#47756)
This commit is contained in:
@@ -118,7 +118,7 @@ class AlarmDecoderBinarySensor(BinarySensorEntity):
|
||||
return False
|
||||
|
||||
@property
|
||||
def device_state_attributes(self):
|
||||
def extra_state_attributes(self):
|
||||
"""Return the state attributes."""
|
||||
attr = {CONF_ZONE_NUMBER: self._zone_number}
|
||||
if self._rfid and self._rfstate is not None:
|
||||
|
||||
Reference in New Issue
Block a user