diff --git a/source/_components/sensor.darksky.markdown b/source/_components/sensor.darksky.markdown index 03c16aaab5..d891eb604c 100644 --- a/source/_components/sensor.darksky.markdown +++ b/source/_components/sensor.darksky.markdown @@ -11,6 +11,7 @@ logo: dark_sky.png ha_category: Weather featured: true 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/). @@ -80,7 +81,7 @@ Configuration variables:

-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).

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