Skip to content

Commit

Permalink
Fix: set unique ID not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
kloemi committed Mar 10, 2024
1 parent cf82ef5 commit dc08742
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/samsvolleyball/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:

domain_data = hass.data.setdefault(DOMAIN, {})
name = f"Sams Tracker {entry.data[CONF_REGION].capitalize()}"
entry.unique_id = name
url = urllib.parse.urljoin(entry.data[CONF_HOST], entry.data[CONF_REGION])

if entry.data[CONF_REGION] in domain_data:
Expand Down

0 comments on commit dc08742

Please sign in to comment.