mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-15 23:48:58 +00:00
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Met Office | Instructions on how to integrate Met Office weather conditions into Home Assistant. | 2017-03-23 22:00 | true | false | true | true | metoffice.jpg | Weather | 0.42 | Cloud Polling |
The metoffice
weather platform uses the Met Office's [DataPoint API][datapoint] for weather data.
{% linkable_title Configuration %}
To add the Met Office weather platform to your installation, you'll need to register for a free API key at the link above and then add the following to your configuration.yaml
file:
# Example configuration.yaml entry
weather:
- platform: metoffice
api_key: YOUR_API_KEY
Configuration variables:
- api_key (Required): Your personal API key from the Datapoint website.
This platform is an alternative to the [`metoffice`](/components/sensor.metoffice/) sensor. The weather platform is easier to configure but less customizable.