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
3.[Adding a card to your dashboard](#3-adding-a-card-to-your-dashboard)
14
+
3.1. [Add the map to your dashboard](#31-add-the-map-to-your-dashboard)
14
15
15
-
4.[Code for your configuration.yaml](#4-code-for-your-configurationyaml)
16
+
4.[Code for your configuration.yaml](#4-code-for-your-configurationyaml-deprecated) (deprecated)
16
17
17
18
5.[Screenshots](#5-screenshots)
18
19
@@ -28,6 +29,8 @@
28
29
[](https://my.home-assistant.io/redirect/hacs_repository/?repository=another_mvg&owner=Nisbo)
29
30
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=another_mvg)
30
31
32
+
* go to ```Settings``` --> ```Devices and services``` --> add integration ```another mvg``` and follow the configuration flow
33
+
31
34
* create a manual card with this content:
32
35
```
33
36
type: custom:content-card-another-mvg
@@ -105,7 +108,7 @@ Or use these steps:
105
108
⚠️ It may take a minute to create the entity
106
109
107
110
108
-
## Option 2: via ```configuration.yaml```
111
+
## Option 2: via ```configuration.yaml``` (deprecated)
109
112
* Configure the configuration.yaml [(see guide below)](#4-code-for-your-configurationyaml)
110
113
* Check configuration.yaml with the check function under Dev-Tools
111
114
* Restart HA again
@@ -127,7 +130,42 @@ entity: sensor.yourSensor
127
130
⚠️ If you get the error that ```custom:content-card-another-mvg``` doesnt exist, clear the frontend / browser cache.
0 commit comments