Remove AEMET daily precipitation sensor test (#100118)
parent
d8445a79fc
commit
9c65e59cc8
|
@ -6,7 +6,6 @@ from homeassistant.components.weather import (
|
|||
ATTR_CONDITION_PARTLYCLOUDY,
|
||||
ATTR_CONDITION_SNOWY,
|
||||
)
|
||||
from homeassistant.const import STATE_UNKNOWN
|
||||
from homeassistant.core import HomeAssistant
|
||||
import homeassistant.util.dt as dt_util
|
||||
|
||||
|
@ -26,9 +25,6 @@ async def test_aemet_forecast_create_sensors(
|
|||
state = hass.states.get("sensor.aemet_daily_forecast_condition")
|
||||
assert state.state == ATTR_CONDITION_PARTLYCLOUDY
|
||||
|
||||
state = hass.states.get("sensor.aemet_daily_forecast_precipitation")
|
||||
assert state.state == STATE_UNKNOWN
|
||||
|
||||
state = hass.states.get("sensor.aemet_daily_forecast_precipitation_probability")
|
||||
assert state.state == "30"
|
||||
|
||||
|
|
Loading…
Reference in New Issue