Add redirect

This commit is contained in:
Fabian Affolter 2017-04-23 10:49:50 +02:00
parent 8df3277f27
commit 6e703e3c74
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336

View file

@ -11,6 +11,7 @@ logo: dark_sky.png
ha_category: Weather ha_category: Weather
featured: true featured: true
ha_release: 0.30 ha_release: 0.30
redirect_from: /components/sensor.forecast/
--- ---
The `darksky` platform uses the [Dark Sky](https://darksky.net/) web service as a source for meteorological data for your location. The location is based on the `longitude` and `latitude` coordinates configured in your `configuration.yaml` file. The coordinates are auto-detected but to take advantage of the hyper-local weather reported by Dark Sky, you can refine them down to your exact home address. GPS coordinates can be found by using [Google Maps](https://www.google.com/maps) and clicking on your home or [Openstreetmap](http://www.openstreetmap.org/). The `darksky` platform uses the [Dark Sky](https://darksky.net/) web service as a source for meteorological data for your location. The location is based on the `longitude` and `latitude` coordinates configured in your `configuration.yaml` file. The coordinates are auto-detected but to take advantage of the hyper-local weather reported by Dark Sky, you can refine them down to your exact home address. GPS coordinates can be found by using [Google Maps](https://www.google.com/maps) and clicking on your home or [Openstreetmap](http://www.openstreetmap.org/).
@ -80,7 +81,7 @@ Configuration variables:
</pre> </pre>
<p class='note warning'> <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). While the platform is called "darksky" the sensors will show up in Home Assistant as "dark_sky" (eg: sensor.dark_sky_summary).
</p> </p>
Details about the API are available in the [Dark Sky documentation](https://darksky.net/dev/docs). Details about the API are available in the [Dark Sky documentation](https://darksky.net/dev/docs).