Correct common_attributes usage

This commit is contained in:
Tom Harris
2018-02-21 00:22:48 -05:00
parent c46cca1c1e
commit 94b390af66

View File

@@ -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