home-assistant.io/source/_components/weather.metoffice.markdown
2017-04-08 17:06:52 -07:00

987 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
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

The metoffice weather platform uses the Met Office's DataPoint API for weather data.

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:

weather:
  - platform: metoffice
    api_key: "my-api-key"

Configuration variables:

This platform is an alternative to the [`metoffice`](/components/sensor.metoffice/) sensor. The weather platform is easier to configure but less customisable.