mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +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:
|
||||
data = self.device.tstat['raw']
|
||||
except radiotherm.validate.RadiothermTstatError:
|
||||
_LOGGER.error('%s (%s) was busy (invalid value returned)',
|
||||
self._name, self.device.host)
|
||||
_LOGGER.warning('%s (%s) was busy (invalid value returned)',
|
||||
self._name, self.device.host)
|
||||
return
|
||||
|
||||
current_temp = data['temp']
|
||||
|
Loading…
x
Reference in New Issue
Block a user