From 229be616f1aec5c57d0cc36f5558620d2e2c0fa5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 1 Jun 2016 20:59:25 +0200 Subject: [PATCH] Add warning about costs --- source/_components/sensor.forecast.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/sensor.forecast.markdown b/source/_components/sensor.forecast.markdown index 42bdc2beb21..63928a3caab 100644 --- a/source/_components/sensor.forecast.markdown +++ b/source/_components/sensor.forecast.markdown @@ -17,6 +17,10 @@ The `forecast` platform uses the [Forecast.io](https://forecast.io/) web service 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. +

+[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. +

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