mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
add forecast sensor page
This commit is contained in:
parent
63a80ea9a2
commit
077edec83f
38
source/components/sensor.forecast.markdown
Normal file
38
source/components/sensor.forecast.markdown
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Forecast.io support"
|
||||||
|
description: "Instructions how to integrate Forecast.io within Home Assistant."
|
||||||
|
date: 2015-04-25 9:06
|
||||||
|
sidebar: false
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
|
<img src='/images/supported_brands/weather-few-clouds.png' class='brand pull-right' />
|
||||||
|
The forecast platform uses the [Forecast.io](https://forecast.io/) web service as a source for meteorological data for your location.
|
||||||
|
|
||||||
|
You need an API key which is free but requires a [registration](https://developer.forecast.io/register).
|
||||||
|
|
||||||
|
To add Forecast.io to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# 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].
|
Loading…
x
Reference in New Issue
Block a user