Add missing apparent temp in forecast (#95108)

This commit is contained in:
G Johansson
2023-06-23 14:49:11 +02:00
committed by GitHub
parent 6033f39a0d
commit 91611bbd3b

View File

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