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:
committed by
GitHub
parent
80b03b4acb
commit
da13afbd3c
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user