Skip to content

Commit 50d54e4

Browse files
aidbishklaasnicolaas
authored andcommitted
Update met.markdown (home-assistant#9768)
* Update met.markdown * ✏️ Tweak * ✏️ Tweak
1 parent af76168 commit 50d54e4

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

source/_components/met.markdown

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,31 @@ redirect_from:
1818

1919
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.
2020

21+
<p class='note warning'>
22+
Configuration of the Met.no platform via configuration.yaml is deprecated from version 0.95
23+
</p>
24+
2125
## {% linkable_title Configuration %}
2226

23-
To add Met to your installation, add the following to your `configuration.yaml` file:
24-
25-
```yaml
26-
weather:
27-
- platform: met
28-
```
27+
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.
2928

3029
{% configuration %}
30+
name:
31+
description: Manually specify Name.
32+
required: true
33+
default: Provided by Home Assistant configuration
3134
latitude:
32-
description: Manually specify latitude. By default the value will be taken from the Home Assistant configuration.
33-
required: false
35+
description: Manually specify latitude.
36+
required: true
3437
type: number
3538
default: Provided by Home Assistant configuration
3639
longitude:
37-
description: Manually specify longitude. By default the value will be taken from the Home Assistant configuration.
38-
required: false
40+
description: Manually specify longitude.
41+
required: true
3942
type: number
4043
default: Provided by Home Assistant configuration
4144
altitude:
42-
description: Manually specify altitude. By default the value will be taken from the Home Assistant configuration.
45+
description: Manually specify altitude.
4346
required: false
4447
type: number
4548
default: Provided by Home Assistant configuration

0 commit comments

Comments
 (0)