1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add missing AEMET wind gust speed (#100157)

This commit is contained in:
Álvaro Fernández Rojas
2023-09-12 16:08:06 +09:00
committed by GitHub
parent 80b03b4acb
commit da13afbd3c
4 changed files with 21 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ async def test_aemet_forecast_create_sensors(
state = hass.states.get("sensor.aemet_hourly_forecast_wind_bearing")
assert state is None
state = hass.states.get("sensor.aemet_hourly_forecast_wind_max_speed")
assert state is None
state = hass.states.get("sensor.aemet_hourly_forecast_wind_speed")
assert state is None