mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Removed unused self._sensorid
.
This commit is contained in:
parent
e49dc94d4b
commit
f60f3fa4a2
@ -53,7 +53,6 @@ class RoundThermostat(ThermostatDevice):
|
|||||||
self._current_temperature = None
|
self._current_temperature = None
|
||||||
self._target_temperature = None
|
self._target_temperature = None
|
||||||
self._name = "round connected"
|
self._name = "round connected"
|
||||||
self._sensorid = None
|
|
||||||
self.update()
|
self.update()
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@ -98,6 +97,5 @@ class RoundThermostat(ThermostatDevice):
|
|||||||
self._current_temperature = _device['temp']
|
self._current_temperature = _device['temp']
|
||||||
self._target_temperature = _device['setpoint']
|
self._target_temperature = _device['setpoint']
|
||||||
self._name = _device['name']
|
self._name = _device['name']
|
||||||
self._sensorid = _device['id']
|
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
logger.error("Did not receive any temperature data from the evohomeclient api.")
|
logger.error("Did not receive any temperature data from the evohomeclient api.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user