diff --git a/homeassistant/components/insteon/climate.py b/homeassistant/components/insteon/climate.py index 97e21a02f6f..29c127ba0c7 100644 --- a/homeassistant/components/insteon/climate.py +++ b/homeassistant/components/insteon/climate.py @@ -86,7 +86,7 @@ class InsteonClimateEntity(InsteonEntity, ClimateEntity): @property def temperature_unit(self) -> str: """Return the unit of measurement.""" - if self._insteon_device.properties[CELSIUS].value: + if self._insteon_device.configuration[CELSIUS].value: return TEMP_CELSIUS return TEMP_FAHRENHEIT diff --git a/homeassistant/components/insteon/manifest.json b/homeassistant/components/insteon/manifest.json index 1be077a6b38..c48d502c16e 100644 --- a/homeassistant/components/insteon/manifest.json +++ b/homeassistant/components/insteon/manifest.json @@ -4,8 +4,8 @@ "documentation": "https://www.home-assistant.io/integrations/insteon", "dependencies": ["http", "websocket_api"], "requirements": [ - "pyinsteon==1.1.1", - "insteon-frontend-home-assistant==0.1.1" + "pyinsteon==1.1.3", + "insteon-frontend-home-assistant==0.2.0" ], "codeowners": ["@teharris1"], "dhcp": [ diff --git a/requirements_all.txt b/requirements_all.txt index ca2a76ec5f1..d84fa688c87 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -894,7 +894,7 @@ influxdb-client==1.24.0 influxdb==5.3.1 # homeassistant.components.insteon -insteon-frontend-home-assistant==0.1.1 +insteon-frontend-home-assistant==0.2.0 # homeassistant.components.intellifire intellifire4py==2.0.1 @@ -1562,7 +1562,7 @@ pyialarm==2.2.0 pyicloud==1.0.0 # homeassistant.components.insteon -pyinsteon==1.1.1 +pyinsteon==1.1.3 # homeassistant.components.intesishome pyintesishome==1.8.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index cfda178b48a..57b73ced72e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -640,7 +640,7 @@ influxdb-client==1.24.0 influxdb==5.3.1 # homeassistant.components.insteon -insteon-frontend-home-assistant==0.1.1 +insteon-frontend-home-assistant==0.2.0 # homeassistant.components.intellifire intellifire4py==2.0.1 @@ -1059,7 +1059,7 @@ pyialarm==2.2.0 pyicloud==1.0.0 # homeassistant.components.insteon -pyinsteon==1.1.1 +pyinsteon==1.1.3 # homeassistant.components.ipma pyipma==2.0.5