mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-10 04:06:48 +00:00
Update met.markdown (#9768)
* Update met.markdown * ✏️ Tweak * ✏️ Tweak
This commit is contained in:
parent
af76168a94
commit
50d54e40e1
@ -18,28 +18,31 @@ redirect_from:
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
Configuration of the Met.no platform via configuration.yaml is deprecated from version 0.95
|
||||||
|
</p>
|
||||||
|
|
||||||
## {% linkable_title Configuration %}
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To add Met to your installation, add the following to your `configuration.yaml` file:
|
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.
|
||||||
|
|
||||||
```yaml
|
|
||||||
weather:
|
|
||||||
- platform: met
|
|
||||||
```
|
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
name:
|
||||||
|
description: Manually specify Name.
|
||||||
|
required: true
|
||||||
|
default: Provided by Home Assistant configuration
|
||||||
latitude:
|
latitude:
|
||||||
description: Manually specify latitude. By default the value will be taken from the Home Assistant configuration.
|
description: Manually specify latitude.
|
||||||
required: false
|
required: true
|
||||||
type: number
|
type: number
|
||||||
default: Provided by Home Assistant configuration
|
default: Provided by Home Assistant configuration
|
||||||
longitude:
|
longitude:
|
||||||
description: Manually specify longitude. By default the value will be taken from the Home Assistant configuration.
|
description: Manually specify longitude.
|
||||||
required: false
|
required: true
|
||||||
type: number
|
type: number
|
||||||
default: Provided by Home Assistant configuration
|
default: Provided by Home Assistant configuration
|
||||||
altitude:
|
altitude:
|
||||||
description: Manually specify altitude. By default the value will be taken from the Home Assistant configuration.
|
description: Manually specify altitude.
|
||||||
required: false
|
required: false
|
||||||
type: number
|
type: number
|
||||||
default: Provided by Home Assistant configuration
|
default: Provided by Home Assistant configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user