This commit is contained in:
Johannes Braun
2023-01-29 19:43:31 +01:00
parent 1069939676
commit 200a0f5330
9 changed files with 70 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ List of supported config keys of this card:
key | optional | type | default | description
-- | -- | -- | -- | --
`type` | False | string | `None` | Used by navigate items
`type` | False | string | `None` | Type of the card
`title` | True | string | `None` | Title of the Page
`entity` | False | string | `None` | contains the entity of the current card
`key` | True | string | `None` | Used by navigate items

View File

@@ -12,7 +12,7 @@ List of supported config keys of this card:
key | optional | type | default | description
-- | -- | -- | -- | --
`type` | False | string | `None` | Used by navigate items
`type` | False | string | `None` | Type of the card
`title` | True | string | `None` | Title of the Page
`entity` | False | string | `None` | contains the entity of the current card
`entities` | False | complex | `None` | contains a list of entities shown in the bottom row, supports all entities supported by cardGrid

View File

@@ -29,7 +29,7 @@ List of supported config keys of this card:
key | optional | type | default | description
-- | -- | -- | -- | --
`type` | False | string | `None` | Used by navigate items
`type` | False | string | `None` | Type of the card
`entities` | False | complex | `None` | contains entities of the card
`title` | True | string | `None` | Title of the Page
`key` | True | string | `None` | Used by navigate items

View File

@@ -20,7 +20,7 @@ List of supported config keys of this card:
key | optional | type | default | description
-- | -- | -- | -- | --
`type` | False | string | `None` | Used by navigate items
`type` | False | string | `None` | Type of the card
`entities` | False | complex | `None` | contains entities of the card, only valid on cardEntities and cardGrid and cardQR
`title` | True | string | `None` | Title of the Page
`key` | True | string | `None` | Used by navigate items

29
docs/card-unlock.md Normal file
View File

@@ -0,0 +1,29 @@
# Unlock Card (v4.0 and higher)
Can be used to navigate to create pin locked navigation to a hidden card.
![card-unlock](img/card-unlock.png)
```yaml
cards:
- type: cardUnlock
pin: 1234
title: Admin Page
destination: navigate.adminpage
hiddenCards:
- type: cardGrid
title: Admin Page
key: adminpage
entities:
- entity: light.schreibtischlampe
```
List of supported config keys of this card:
key | optional | type | default | description
-- | -- | -- | -- | --
`type` | False | string | `None` | Type of the card
`title` | True | string | `None` | Title of the Page
`destination` | False | string | `None` | contains the navigation entity this card should navigate to on unlock
`pin` | False | string | 3830 | pin to unlock
`key` | True | string | `None` | Used by navigate items

BIN
docs/img/card-unlock.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB