mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add missing apparent temp in forecast (#95108)
This commit is contained in:
parent
6033f39a0d
commit
91611bbd3b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user