Skip to content

Commit 28ce65b

Browse files
xehnfabaff
authored andcommitted
sensor name vs platform name (home-assistant#1219)
* sensor name vs platform name Added note about difference between platform name and sensor name. * added p tag to make warning more noticable
1 parent 8f1987d commit 28ce65b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_components/sensor.darksky.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,8 @@ Configuration variables:
8686
- **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`.
8787
`auto` will let forecast.io decide the unit system based on location.
8888

89+
<p class='note warning'>
90+
Note: While the platform is called "darksky" the sensors will show up in Home Assistant as "dark_sky" (eg: sensor.dark_sky_summary).
91+
</p>
92+
8993
Details about the API are available in the [Dark Sky documentation](https://darksky.net/dev/docs).

0 commit comments

Comments
 (0)