diff --git a/homeassistant/components/weather/__init__.py b/homeassistant/components/weather/__init__.py index f24fdc35c5d..c4a6a0ad777 100644 --- a/homeassistant/components/weather/__init__.py +++ b/homeassistant/components/weather/__init__.py @@ -140,6 +140,7 @@ class Forecast(TypedDict, total=False): temperature: None native_templow: float | None templow: None + native_apparent_temperature: float | None wind_bearing: float | str | None native_wind_gust_speed: float | None native_wind_speed: float | None