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