diff --git a/custom_components/localtuya/common.py b/custom_components/localtuya/common.py index 4ad46f6df..fdb3503d3 100644 --- a/custom_components/localtuya/common.py +++ b/custom_components/localtuya/common.py @@ -127,7 +127,7 @@ def async_config_entry_by_device_id(hass, device_id): if device_id in entry.data.get(CONF_DEVICES, []): return entry else: - _LOGGER.warning(f"Missing device configuration for device_id {device_id}") + _LOGGER.debug(f"Missing device configuration for device_id {device_id}") return None