home-assistant.io/source/_components/weather.met.markdown
Daniel Høyer Iversen b464765a1c Met.no weather platform (#6287)
* Create weather.met.markdown

* Add files via upload

* Update weather.met.markdown

* Update weather.met.markdown

* Update weather.met.markdown
2018-09-20 17:50:24 +02:00

1.3 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.no Instructions on how to integrate Met.no within Home Assistant. 2018-09-17 09:00 true false true true metno.png Weather 0.79 Cloud Polling

The met platform uses the Met.no web service as a source for meteorological data for your location. The weather forecast is delivered by the Norwegian Meteorological Institute and the NRK.

{% linkable_title Configuration %}

To add Met to your installation, add the following to your configuration.yaml file:

weather:
  - platform: met

{% configuration %} latitude: description: Manually specify latitude. By default the value will be taken from the Home Assistant configuration. required: false type: number default: Provided by Home Assistant configuration longitude: description: Manually specify longitude. By default the value will be taken from the Home Assistant configuration. required: false type: number default: Provided by Home Assistant configuration altitude: description: Manually specify altitude. By default the value will be taken from the Home Assistant configuration. required: false type: number default: Provided by Home Assistant configuration {% endconfiguration %}