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`.