mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
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
@ -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…
x
Reference in New Issue
Block a user