mirror of
https://github.com/home-assistant/core.git
synced 2025-08-14 01:55:18 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user