mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
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:
parent
8f1987d16d
commit
28ce65b1c1
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user