Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1.4 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
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
/components/weather.met/

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.

Configuration of the Met.no platform via configuration.yaml is deprecated from version 0.95

Configuration

To add Met.no to your installation, go to Configuration >> Integrations in the UI and enable the Met.no integration. By default the values will be taken from the Home Assistant configuration.

{% configuration %} name: description: Manually specify Name. required: true default: Provided by Home Assistant configuration latitude: description: Manually specify latitude. required: true type: number default: Provided by Home Assistant configuration longitude: description: Manually specify longitude. required: true type: number default: Provided by Home Assistant configuration altitude: description: Manually specify altitude. required: false type: number default: Provided by Home Assistant configuration {% endconfiguration %}