Skip to content

Commit

Permalink
Fix migration issue
Browse files Browse the repository at this point in the history
 * Migration occurs when the ConfigFlow version is correctly changed

Sem-Ver: bugfix
  • Loading branch information
Expl0dingBanana committed Sep 29, 2024
1 parent fb74a23 commit c6169cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/hubspace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ class HubSpaceData:

async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
"""Set up HubSpace as config entry."""
# HACS doesnt seem to do the migration so force it
await async_migrate_entry(hass, entry)
websession = async_get_clientsession(hass)
conn = HubSpaceConnection(
entry.data[CONF_USERNAME], entry.data[CONF_PASSWORD], websession=websession
Expand Down

0 comments on commit c6169cf

Please sign in to comment.