Reduce mobile app error to debug (#71601)

This commit is contained in:
Paulus Schoutsen
2022-05-09 13:12:48 -07:00
committed by GitHub
parent 347193055e
commit 1c841590aa

View File

@@ -563,7 +563,7 @@ async def webhook_update_sensor_states(hass, config_entry, data):
if not entity_registry.async_get_entity_id(
entity_type, DOMAIN, unique_store_key
):
_LOGGER.error(
_LOGGER.debug(
"Refusing to update %s non-registered sensor: %s",
device_name,
unique_store_key,