From de7f1e793abf6091e14db18d79036a2521a11edc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 28 Jan 2022 02:38:13 -0600 Subject: [PATCH] Downgrade homekit linked humidity sensor error to debug (#65098) Fixes #65015 --- homeassistant/components/homekit/type_humidifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/homekit/type_humidifiers.py b/homeassistant/components/homekit/type_humidifiers.py index 42115132420d..09cfc02dcce3 100644 --- a/homeassistant/components/homekit/type_humidifiers.py +++ b/homeassistant/components/homekit/type_humidifiers.py @@ -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,