Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bj00rn committed Nov 9, 2024
1 parent 291d8df commit 79694c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/saleryd_hrv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ async def async_migrate_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
}

LOGGER.info("Upgrading entry to version 2")
hass.config_entries.async_update_entry(
entry, data=new_data, version=2
)
hass.config_entries.async_update_entry(entry, data=new_data, version=2)

hass.config_entries.async_update_entry(
entry, data=new_data, version=CONFIG_VERSION
Expand Down

0 comments on commit 79694c8

Please sign in to comment.