Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rospogrigio authored Jan 14, 2025
2 parents be752da + 12d40f8 commit bc0084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/localtuya/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit bc0084f

Please sign in to comment.