Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhansche committed Sep 29, 2023
1 parent bad9397 commit cca1521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/teslafi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async def async_migrate_entry(
) -> bool:
"""Migrate old entry"""
current = config_entry.version
LOGGER.debug("Migrating from version %s", version)
LOGGER.debug("Migrating from version %s", current)

if current == 1:
# Clean up old device entries. These will be recreated by HA
Expand Down

0 comments on commit cca1521

Please sign in to comment.