From 541707c3e70e476cc45fc9af4ac693491101bee0 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 2 Jan 2018 04:22:27 +0200 Subject: [PATCH] Removed status block to allow https://github.com/home-assistant/home-assistant-polymer/pull/766 with no impact (#11345) --- homeassistant/components/climate/netatmo.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/homeassistant/components/climate/netatmo.py b/homeassistant/components/climate/netatmo.py index 2166070a572..7155aaf5924 100755 --- a/homeassistant/components/climate/netatmo.py +++ b/homeassistant/components/climate/netatmo.py @@ -79,11 +79,6 @@ class NetatmoThermostat(ClimateDevice): """Return the name of the sensor.""" return self._name - @property - def state(self): - """Return the state of the device.""" - return self._target_temperature - @property def temperature_unit(self): """Return the unit of measurement."""