1
mirror of https://github.com/home-assistant/core synced 2024-07-12 07:21:24 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,