Removed status block to allow https://github.com/home-assistant/home-assistant-polymer/pull/766 with no impact (#11345)
This commit is contained in:
parent
add89d6973
commit
541707c3e7
1 changed files with 0 additions and 5 deletions
|
@ -79,11 +79,6 @@ class NetatmoThermostat(ClimateDevice):
|
||||||
"""Return the name of the sensor."""
|
"""Return the name of the sensor."""
|
||||||
return self._name
|
return self._name
|
||||||
|
|
||||||
@property
|
|
||||||
def state(self):
|
|
||||||
"""Return the state of the device."""
|
|
||||||
return self._target_temperature
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def temperature_unit(self):
|
def temperature_unit(self):
|
||||||
"""Return the unit of measurement."""
|
"""Return the unit of measurement."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue