diff --git a/source/_components/sensor.darksky.markdown b/source/_components/sensor.darksky.markdown index 4e7b672a75e..5f3b643bebd 100644 --- a/source/_components/sensor.darksky.markdown +++ b/source/_components/sensor.darksky.markdown @@ -86,4 +86,8 @@ Configuration variables: - **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. +

+Note: While the platform is called "darksky" the sensors will show up in Home Assistant as "dark_sky" (eg: sensor.dark_sky_summary). +

+ Details about the API are available in the [Dark Sky documentation](https://darksky.net/dev/docs).