diff --git a/homeassistant/components/insteon_plm.py b/homeassistant/components/insteon_plm.py index ff12ff33a8f..5b7cf5bfb95 100644 --- a/homeassistant/components/insteon_plm.py +++ b/homeassistant/components/insteon_plm.py @@ -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