Skip to content

Commit

Permalink
Add missing variable to log point (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
postlund authored Nov 20, 2020
1 parent f376d85 commit 5668595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/localtuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def _device_discovered(device):
updates[CONF_PRODUCT_KEY] = product_key

if updates:
_LOGGER.debug("Update keys for device %s: %s", updates)
_LOGGER.debug("Update keys for device %s: %s", device_id, updates)
hass.config_entries.async_update_entry(
entry, data={**entry.data, **updates}
)
Expand Down

0 comments on commit 5668595

Please sign in to comment.