sensor name vs platform name (#1219)

* sensor name vs platform name

Added note about difference between platform name and sensor name.

* added p tag to make warning more noticable
This commit is contained in:
Zen Tormey 2016-10-12 14:20:41 -05:00 committed by Fabian Affolter
parent 8f1987d16d
commit 28ce65b1c1

View File

@ -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.
<p class='note warning'>
Note: While the platform is called "darksky" the sensors will show up in Home Assistant as "dark_sky" (eg: sensor.dark_sky_summary).
</p>
Details about the API are available in the [Dark Sky documentation](https://darksky.net/dev/docs).