mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Reduce mobile app error to debug (#71601)
This commit is contained in:
parent
347193055e
commit
1c841590aa
@ -563,7 +563,7 @@ async def webhook_update_sensor_states(hass, config_entry, data):
|
|||||||
if not entity_registry.async_get_entity_id(
|
if not entity_registry.async_get_entity_id(
|
||||||
entity_type, DOMAIN, unique_store_key
|
entity_type, DOMAIN, unique_store_key
|
||||||
):
|
):
|
||||||
_LOGGER.error(
|
_LOGGER.debug(
|
||||||
"Refusing to update %s non-registered sensor: %s",
|
"Refusing to update %s non-registered sensor: %s",
|
||||||
device_name,
|
device_name,
|
||||||
unique_store_key,
|
unique_store_key,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user