Downgrade homekit linked humidity sensor error to debug (#65098)

Fixes #65015
This commit is contained in:
J. Nick Koston
2022-01-28 02:38:13 -06:00
committed by GitHub
parent 86ed720335
commit de7f1e793a

View File

@ -190,7 +190,7 @@ class HumidifierDehumidifier(HomeAccessory):
) )
self.char_current_humidity.set_value(current_humidity) self.char_current_humidity.set_value(current_humidity)
except ValueError as ex: except ValueError as ex:
_LOGGER.error( _LOGGER.debug(
"%s: Unable to update from linked humidity sensor %s: %s", "%s: Unable to update from linked humidity sensor %s: %s",
self.entity_id, self.entity_id,
self.linked_humidity_sensor, self.linked_humidity_sensor,