This commit is contained in:
joBr99
2022-06-11 22:43:06 +02:00
parent 2a93fa333a
commit f11d862264
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ List of supported config keys of this card:
key | optional | type | default | description key | optional | type | default | description
-- | -- | -- | -- | -- -- | -- | -- | -- | --
`type` | False | string | `None` | Type of the card `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 `entities` | False | complex | `None` | contains a list of entities of this card
`title` | True | string | `None` | Title of the Page `title` | True | string | `None` | Title of the Page
`key` | True | string | `None` | Used by navigate items in combination with the type (cardEntities_key) `key` | True | string | `None` | Used by navigate items in combination with the type (cardEntities_key)

View File

@@ -25,7 +25,7 @@ List of supported config keys of this card:
key | optional | type | default | description key | optional | type | default | description
-- | -- | -- | -- | -- -- | -- | -- | -- | --
`type` | False | string | `None` | Type of the card `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 `entities` | False | complex | `None` | contains a list of entities of this card
`title` | True | string | `None` | Title of the Page `title` | True | string | `None` | Title of the Page
`key` | True | string | `None` | Used by navigate items in combination with the type (cardEntities_key) `key` | True | string | `None` | Used by navigate items in combination with the type (cardEntities_key)

View File

@@ -10,7 +10,7 @@ Checkout Blakadders Template Repo for more information on flashing, do not use t
Configure the NSPanel template for Tasmota. (Go to Configuration and Configure Other and paste the template there, make sure to tick the activate checkbox) Configure the NSPanel template for Tasmota. (Go to Configuration and Configure Other and paste the template there, make sure to tick the activate checkbox)
![tasmota-template-config](doc-pics/tasmota-template-config.png) ![tasmota-template-config](img/tasmota-template-config.png)
You can use the following template or copy the one on the [Tasmota Template Repo Site](https://templates.blakadder.com/sonoff_NSPanel.html). You can use the following template or copy the one on the [Tasmota Template Repo Site](https://templates.blakadder.com/sonoff_NSPanel.html).