diff --git a/docs/core/entity/weather.md b/docs/core/entity/weather.md index e2ba8d48..25e6c888 100644 --- a/docs/core/entity/weather.md +++ b/docs/core/entity/weather.md @@ -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