diff --git a/docs/subpages.md b/docs/subpages.md index 2de68c37..c1ee09e1 100644 --- a/docs/subpages.md +++ b/docs/subpages.md @@ -40,3 +40,23 @@ You can override the status of navigation items, to make them look like differen entity: light.bad_lights entities: ``` + +This can be used to add an home button to your subpages: + +``` + cards: + - type: cardGrid + title: Home + key: home + entities: + - entity: light.bad + + hiddenCards: + - type: cardGrid + title: Wohnzimmer + navItem2: + entity: navigate.home + icon: mdi:home + entities: + - entity: light.kitchen +```