Skip to content

Commit 5e5cc83

Browse files
committed
Fix installation docs layout
1 parent a0a2416 commit 5e5cc83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/setup/installation.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ Now you can configure the Integration, you can do this also after it's installed
2828

2929
!!! note ""
3030

31-
Currently, it may happen that themes are not automatically selected correctly for you in all cases automatically. Please make sure that the minimalist theme is correctly selected in your Home Assistant settings (click on your profile picture in Home Assistant, bottom left).
31+
Currently, it may happen that themes are not automatically selected correctly for you in all cases automatically. Please make sure that the minimalist theme is correctly selected in your Home Assistant settings (click on your profile picture in Home Assistant, bottom left).
3232

3333
- Theme path: Make sure this is set to the same path as is configured in your `configuration.yaml` (default: `/themes`)
3434

3535
!!! note ""
3636

37-
Please make sure that you have included this themes folder in your `configuration.yaml` in the [frontend settings](https://www.home-assistant.io/integrations/frontend/). Unfortunately, this is something that the HACS integration cannot do for you. If you use the /themes folder, your entry in `configuration.yaml` must look like this for example:
37+
Please make sure that you have included this themes folder in your `configuration.yaml` in the [frontend settings](https://www.home-assistant.io/integrations/frontend/). Unfortunately, this is something that the HACS integration cannot do for you. If you use the /themes folder, your entry in `configuration.yaml` must look like this for example:
3838

39-
```yaml
40-
frontend:
41-
themes: !include_dir_merge_named themes
42-
```
39+
```yaml
40+
frontend:
41+
themes: !include_dir_merge_named themes
42+
```
4343

4444
- Include Custom Cards: This will make sure almost all dependency cards are included and configured for you.
4545

0 commit comments

Comments
 (0)