From 3ccec8f051974cfde0254168429aee92b25a3a63 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:07:00 +0200 Subject: [PATCH] Address late review of Tankerkoenig (#68919) --- homeassistant/components/tankerkoenig/sensor.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/homeassistant/components/tankerkoenig/sensor.py b/homeassistant/components/tankerkoenig/sensor.py index df0ea23f643..e22a7c1c82e 100644 --- a/homeassistant/components/tankerkoenig/sensor.py +++ b/homeassistant/components/tankerkoenig/sensor.py @@ -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: