mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Changed busy error to warning (#22398)
This commit is contained in:
parent
2cebf9ef71
commit
c71e5ed588
@ -246,8 +246,8 @@ class RadioThermostat(ClimateDevice):
|
|||||||
try:
|
try:
|
||||||
data = self.device.tstat['raw']
|
data = self.device.tstat['raw']
|
||||||
except radiotherm.validate.RadiothermTstatError:
|
except radiotherm.validate.RadiothermTstatError:
|
||||||
_LOGGER.error('%s (%s) was busy (invalid value returned)',
|
_LOGGER.warning('%s (%s) was busy (invalid value returned)',
|
||||||
self._name, self.device.host)
|
self._name, self.device.host)
|
||||||
return
|
return
|
||||||
|
|
||||||
current_temp = data['temp']
|
current_temp = data['temp']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user