mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 18:24:49 -05:00
Changed busy error to warning (#22398)
This commit is contained in:
committed by
Charles Garwood
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']
|
||||
|
||||
Reference in New Issue
Block a user