mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +02:00
Correct common_attributes usage
This commit is contained in:
@@ -104,7 +104,7 @@ def async_setup(hass, config):
|
||||
def common_attributes(entity):
|
||||
"""Return the device state attributes."""
|
||||
attributes = {
|
||||
'INSTEON Address': entity.address.human,
|
||||
'INSTEON Address': entity.address,
|
||||
'INSTEON Group': entity.group
|
||||
}
|
||||
return attributes
|
||||
|
Reference in New Issue
Block a user