Skip to content

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverCullimore committed Sep 15, 2023
1 parent f52b939 commit 06eca8f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom_components/uk_bin_collection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
LOG_PREFIX + "Setting up UK Bin Collection Data for council: %s", council_name
)

# coordinator = UKBinCollectionDataUpdateCoordinator(hass, entry.data)

hass.data.setdefault(DOMAIN, {})
# hass.data[DOMAIN][entry.entry_id] = coordinator

if entry.unique_id is None:
name = entry.data["name"]
Expand Down

0 comments on commit 06eca8f

Please sign in to comment.