From 58acd54439cb3009df8e5f520c8c35ee02a76733 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 1 Jun 2016 21:14:24 +0200 Subject: [PATCH] Minor update --- source/_components/sensor.forecast.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.forecast.markdown b/source/_components/sensor.forecast.markdown index 63928a3caab..984a7860e59 100644 --- a/source/_components/sensor.forecast.markdown +++ b/source/_components/sensor.forecast.markdown @@ -15,10 +15,10 @@ ha_release: pre 0.7 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 `configuration.yaml`. 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 and clicking on your home. -You need an API key which is free but requires [registration](https://developer.forecast.io/register). You can make up to 1000 requests per day which means that you could make one approximately every 86 seconds. +You need an API key which is free but requires [registration](https://developer.forecast.io/register). You can make up to 1000 calls per day for free which means that you could make one approximately every 86 seconds.

-[Forecast.io](https://forecast.io/) will charge you $0.0001 per API call if you enter your credit card details and create more than 1000 call per day. +[Forecast.io](https://forecast.io/) will charge you $0.0001 per API call if you enter your credit card details and create more than 1000 calls per day.

To add Forecast.io to your installation, add the following to your `configuration.yaml` file: