From 73a8a3e883788e8e4fa9eb7723dc8e46d68eced7 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Tue, 3 Jan 2017 18:48:17 +0000 Subject: [PATCH] Renamed service in description (#1695) Units variable description still referred to forecast.io rather than Dark Sky --- source/_components/sensor.darksky.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.darksky.markdown b/source/_components/sensor.darksky.markdown index b878a599d74..153c29cb12f 100644 --- a/source/_components/sensor.darksky.markdown +++ b/source/_components/sensor.darksky.markdown @@ -84,7 +84,7 @@ Configuration variables: - **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. +`auto` will let Dark Sky decide the unit system based on location. - **update_inverval** (*Optional*): Minimum time interval between updates. Default is 2 minutes. Supported formats: - `update_interval: 'HH:MM:SS'` - `update_interval: 'HH:MM'`