From 9840ee2ec86ab8a431ffe8e3ac02c69c2a4bfedb Mon Sep 17 00:00:00 2001 From: David Straub Date: Thu, 18 Aug 2016 07:41:48 +0200 Subject: [PATCH] Documentation for forecast.io updated with new sensor types (#797) --- source/_components/sensor.forecast.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_components/sensor.forecast.markdown b/source/_components/sensor.forecast.markdown index 4ee3b1b82f2..6700c62535a 100644 --- a/source/_components/sensor.forecast.markdown +++ b/source/_components/sensor.forecast.markdown @@ -49,6 +49,11 @@ sensor: - minutely_summary - hourly_summary - daily_summary + - temperature_max + - temperature_min + - apparent_temperature_max + - apparent_temperature_min + - precip_intensity_max ``` Configuration variables: @@ -72,6 +77,11 @@ Configuration variables: - **minutely_summary**: A human-readable text summary for the next hour. - **hourly_summary**: A human-readable text summary for the next 24 hours. - **daily_summary**: A human-readable text summary for the next 7 days. + - **temperature_max**: Today's expected high temperature. + - **temperature_min**: Today's expected low temperature. + - **apparent_temperature_max**: Today's expected apparent high temperature. + - **apparent_temperature_min**: Today's expected apparent low temperature. + - **precip_intensity_max**: Today's expected maximum intensity of precipitation. - **units** (*Optional*): Specify the unit system. Default to `si` or `us` based on the temperature preference in Home Assistant. Other options are `auto`, `us`, `si`, `ca`, and `uk2`. `auto` will let forecast.io decide the unit system based on location.