Address late review of Tankerkoenig (#68919)

This commit is contained in:
Michael
2022-03-30 21:07:00 +02:00
committed by GitHub
parent 7767258696
commit 3ccec8f051

View File

@@ -42,9 +42,6 @@ async def async_setup_entry(
coordinator: TankerkoenigDataUpdateCoordinator = hass.data[DOMAIN][entry.unique_id]
# Fetch initial data so we have data when entities subscribe
await coordinator.async_refresh()
stations = coordinator.stations.values()
entities = []
for station in stations: