mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Added precipitation probability to forcast (#6131)
This commit is contained in:
parent
2bc97cc9c8
commit
9ff2eece3a
@ -302,6 +302,7 @@ interface ForecastAttribute {
|
|||||||
datetime: string;
|
datetime: string;
|
||||||
templow?: number;
|
templow?: number;
|
||||||
precipitation?: number;
|
precipitation?: number;
|
||||||
|
precipitation_probability?: number;
|
||||||
humidity?: number;
|
humidity?: number;
|
||||||
condition?: string;
|
condition?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user