forked from home-assistant/core
Fix Met.no missing conditions in API forecasts (#40373)
This commit is contained in:
@@ -214,6 +214,7 @@ class MetWeather(CoordinatorEntity, WeatherEntity):
|
||||
ha_item = {
|
||||
k: met_item[v] for k, v in FORECAST_MAP.items() if met_item.get(v)
|
||||
}
|
||||
if ha_item.get(ATTR_FORECAST_CONDITION):
|
||||
ha_item[ATTR_FORECAST_CONDITION] = format_condition(
|
||||
ha_item[ATTR_FORECAST_CONDITION]
|
||||
)
|
||||
|
Reference in New Issue
Block a user