Skip to content

Commit

Permalink
fix issues with migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay900 committed Dec 14, 2024
1 parent 96bbcb2 commit 91121ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom_components/bosch_alarm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
# If the panel doesn't expose it's serial number, use the entry id as a unique id instead.
unique_id = entry.unique_id or entry.entry_id

unique_id = str(unique_id)

panel_conn = PanelConnection(panel, unique_id, entry.data[CONF_MODEL])

hass.data.setdefault(DOMAIN, {})
Expand Down

0 comments on commit 91121ee

Please sign in to comment.