Remove AEMET daily precipitation sensor test (#100118)

pull/100134/head
Álvaro Fernández Rojas 2023-09-11 23:46:59 +09:00 committed by GitHub
parent d8445a79fc
commit 9c65e59cc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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"