mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
@@ -180,11 +180,9 @@ async def async_setup_entry(
|
||||
entry.entry_id
|
||||
]
|
||||
|
||||
stations = coordinator.data.keys()
|
||||
|
||||
async_add_entities(
|
||||
WeatherFlowCloudSensor(coordinator, sensor_description, station_id)
|
||||
for station_id in stations
|
||||
for station_id in coordinator.data
|
||||
for sensor_description in WF_SENSORS
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user