mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 02:51:40 +02:00
Add missing apparent temp in forecast (#95108)
This commit is contained in:
@@ -140,6 +140,7 @@ class Forecast(TypedDict, total=False):
|
|||||||
temperature: None
|
temperature: None
|
||||||
native_templow: float | None
|
native_templow: float | None
|
||||||
templow: None
|
templow: None
|
||||||
|
native_apparent_temperature: float | None
|
||||||
wind_bearing: float | str | None
|
wind_bearing: float | str | None
|
||||||
native_wind_gust_speed: float | None
|
native_wind_gust_speed: float | None
|
||||||
native_wind_speed: float | None
|
native_wind_speed: float | None
|
||||||
|
Reference in New Issue
Block a user