mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 10:06:22 -05:00
Address late review of Tankerkoenig (#68919)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user