mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-12 14:08:59 +00:00
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Forecast.io support | Instructions how to integrate Forecast.io within Home Assistant. | 2015-04-25 9:06 | false | false | true | true |

You need an API key which is free but requires a registration.
To add Forecast.io to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
platform: forecast
api_key: YOUR_APP_KEY
monitored_conditions:
- summary
- precip_type
- precip_intensity
- temperature
- dew_point
- wind_speed
- wind_bearing
- cloud_cover
- humidity
- pressure
- visibility
- ozone
Details about the API are available in the (Forecast.io documentation)[https://developer.forecast.io/docs/v2].