mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 09:38:21 +00:00
Downgrade homekit linked humidity sensor error to debug (#65098)
Fixes #65015
This commit is contained in:
parent
44403dab62
commit
34cf82b017
@ -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…
x
Reference in New Issue
Block a user