From 407d7f6cb64fb8d2ac16694fb5495d8dd91a38ee Mon Sep 17 00:00:00 2001 From: nordlead2005 Date: Tue, 15 May 2018 15:26:56 -0400 Subject: [PATCH] Updated temperature max/min to high/low (#4613) --- source/_components/sensor.darksky.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/sensor.darksky.markdown b/source/_components/sensor.darksky.markdown index 6b110a6c726..2480baeb92e 100644 --- a/source/_components/sensor.darksky.markdown +++ b/source/_components/sensor.darksky.markdown @@ -102,10 +102,10 @@ 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. + - **temperature_high**: Today's daytime expected high temperature. + - **temperature_low**: Today's overnight expected low temperature. + - **apparent_temperature_high**: Today's daytime expected apparent high temperature. + - **apparent_temperature_low**: Today's overnight expected apparent low temperature. - **precip_intensity_max**: Today's expected maximum intensity of precipitation. - **uv_index**: The current UV index. - **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`, `uk` and `uk2`.