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:
marawan31 2020-06-17 02:34:14 -04:00 committed by GitHub
parent 99755b6f4b
commit 40dea4374f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@ Forecast data should either be daily or hourly.
| temperature | float | **Required** | The higher temperature in °C or °F
| condition | string | `None` | The weather condition at this point.
| 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