Skip to content

Commit 81b531a

Browse files
committed
Fix instructions for dashboard setup
Update the basic setup documentation by including steps to create a new dashboard and fixing the YAML code. HASS changed to interpretation of the YAML code somewhere around version 2025.6, making the options property mandatory for unmanaged dashboard.
1 parent 11dec49 commit 81b531a

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

docs/getting-started/basic-setup.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
# ⚙️ Basic Setup
22

3+
If you haven't already done so, create a new dashboard, following the instructions in the
4+
[Home Assistant documentation](https://www.home-assistant.io/dashboards/dashboards/#creating-a-new-dashboard).
5+
36
To apply the Mushroom Strategy to a dashboard:
47

58
1. In the UI of the dashboard, select :material-pencil: in the top right corner.
6-
2. If not taken to a Raw Configuration editor, click the three-dot menu in the top right corner.
7-
3. Select `Raw configuration editor`.
8-
4. Empty the configuration and add the following lines:
9-
10-
```yaml
11-
strategy:
12-
type: custom:mushroom-strategy
13-
```
9+
2. If not taken to a Raw Configuration editor:
10+
1. Click the three-dot menu in the top right corner.
11+
2. Select `Raw configuration editor`.
12+
3. Empty the current configuration and add the following lines:
13+
14+
```yaml
15+
strategy:
16+
type: custom:mushroom-strategy
17+
options: {}
18+
```
19+
20+
4. Click `Save` and exit the edit mode.<br>
21+
You should now see the Mushroom Strategy applied to your dashboard.
1422

1523
!!!warning
1624

0 commit comments

Comments
 (0)