mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +00:00
Add missing precipitation doc (#549)
* Add missing percipitation doc * Change percipitation type * put back measures * conform with decisions on architecture * Update docs/core/entity/weather.md Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update docs/core/entity/weather.md Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
99755b6f4b
commit
40dea4374f
@ -33,6 +33,8 @@ Forecast data should either be daily or hourly.
|
|||||||
| temperature | float | **Required** | The higher temperature in °C or °F
|
| temperature | float | **Required** | The higher temperature in °C or °F
|
||||||
| condition | string | `None` | The weather condition at this point.
|
| condition | string | `None` | The weather condition at this point.
|
||||||
| templow | float | `None` | The lower daily Temperature in °C or °F
|
| templow | float | `None` | The lower daily Temperature in °C or °F
|
||||||
|
| precipitation | float | `None` | The precipitation amount in mm or inch.
|
||||||
|
| precipitation_probability | int | `None` | The probability of precipitation in %.
|
||||||
|
|
||||||
### Recommended values for state and condition
|
### Recommended values for state and condition
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user