mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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
This commit is contained in:
parent
98b2098d53
commit
b464765a1c
44
source/_components/weather.met.markdown
Normal file
44
source/_components/weather.met.markdown
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Met.no"
|
||||||
|
description: "Instructions on how to integrate Met.no within Home Assistant."
|
||||||
|
date: 2018-09-17 09:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: metno.png
|
||||||
|
ha_category: Weather
|
||||||
|
ha_release: 0.79
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `met` platform uses the [Met.no](https://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:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
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 %}
|
BIN
source/images/supported_brands/metno.png
Normal file
BIN
source/images/supported_brands/metno.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
x
Reference in New Issue
Block a user