Downgrade homekit linked humidity sensor error to debug (#65098)
Fixes #65015
This commit is contained in:
parent
86ed720335
commit
de7f1e793a
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class HumidifierDehumidifier(HomeAccessory):
|
|||
)
|
||||
self.char_current_humidity.set_value(current_humidity)
|
||||
except ValueError as ex:
|
||||
_LOGGER.error(
|
||||
_LOGGER.debug(
|
||||
"%s: Unable to update from linked humidity sensor %s: %s",
|
||||
self.entity_id,
|
||||
self.linked_humidity_sensor,
|
||||
|
|
Loading…
Add table
Reference in a new issue