Reduce mobile app error to debug (#71601)

pull/71615/head
Paulus Schoutsen 2022-05-09 13:12:48 -07:00 committed by GitHub
parent 347193055e
commit 1c841590aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,