From 55ae81f467f2599592f7e3a3269e00a6664b9848 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 8 Oct 2016 11:22:21 -0700 Subject: [PATCH] Rename dark sky page to align with platform name --- .../{sensor.dark_sky.markdown => sensor.darksky.markdown} | 4 ++-- source/_components/sensor.forecast.markdown | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename source/_components/{sensor.dark_sky.markdown => sensor.darksky.markdown} (85%) diff --git a/source/_components/sensor.dark_sky.markdown b/source/_components/sensor.darksky.markdown similarity index 85% rename from source/_components/sensor.dark_sky.markdown rename to source/_components/sensor.darksky.markdown index 0f65aab148c..bfd2d19811b 100644 --- a/source/_components/sensor.dark_sky.markdown +++ b/source/_components/sensor.darksky.markdown @@ -13,7 +13,7 @@ featured: true ha_release: 0.30 --- -The `dark_sky` 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/). You need an API key which is free but requires [registration](hhttps://darksky.net/dev/register). You can make up to 1000 calls per day for free which means that you could make one approximately every 86 seconds. @@ -26,7 +26,7 @@ To add Dark Sky to your installation, add the following to your `configuration.y ```yaml # Example configuration.yaml entry sensor: - platform: dark_sky + platform: darksky api_key: YOUR_APP_KEY monitored_conditions: - summary diff --git a/source/_components/sensor.forecast.markdown b/source/_components/sensor.forecast.markdown index defae7beba4..7f15e40c405 100644 --- a/source/_components/sensor.forecast.markdown +++ b/source/_components/sensor.forecast.markdown @@ -14,7 +14,7 @@ ha_release: pre 0.7 ---

-**This platform has been deprecated in favor of the "[dark_sky](/components/sensor.dark_sky/)" platform and will be removed in the future. Please use the "dark_sky" platform.** +**This platform has been deprecated in favor of the "[darksky](/components/sensor.darksky/)" platform and will be removed in the future. Please use the "darksky" platform.**

The `forecast` platform uses the [Forecast.io](https://forecast.io/) web service as a source of 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 forecast.io, 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/).