From 40dea4374fbe64a06d80f065e09c68ab37909d55 Mon Sep 17 00:00:00 2001 From: marawan31 Date: Wed, 17 Jun 2020 02:34:14 -0400 Subject: [PATCH] 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 * Update docs/core/entity/weather.md Co-authored-by: Martin Hjelmare Co-authored-by: Martin Hjelmare --- docs/core/entity/weather.md | 2 ++ 1 file changed, 2 insertions(+) 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