forked from home-assistant/core
Fixing exception
This commit is contained in:
@@ -73,7 +73,7 @@ class RoundThermostat(ThermostatDevice):
|
||||
def target_temperature(self):
|
||||
""" Returns the temperature we try to reach. """
|
||||
if self._is_dhw:
|
||||
raise NotImplementedError
|
||||
return None
|
||||
return self._target_temperature
|
||||
|
||||
def set_temperature(self, temperature):
|
||||
|
Reference in New Issue
Block a user