You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/met.markdown
+14-11Lines changed: 14 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -18,28 +18,31 @@ redirect_from:
18
18
19
19
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.
20
20
21
+
<pclass='note warning'>
22
+
Configuration of the Met.no platform via configuration.yaml is deprecated from version 0.95
23
+
</p>
24
+
21
25
## {% linkable_title Configuration %}
22
26
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.
29
28
30
29
{% configuration %}
30
+
name:
31
+
description: Manually specify Name.
32
+
required: true
33
+
default: Provided by Home Assistant configuration
31
34
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
34
37
type: number
35
38
default: Provided by Home Assistant configuration
36
39
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
39
42
type: number
40
43
default: Provided by Home Assistant configuration
41
44
altitude:
42
-
description: Manually specify altitude. By default the value will be taken from the Home Assistant configuration.
0 commit comments