mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02: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