diff --git a/docs/card-entities.md b/docs/card-entities.md index 4a72b273..38b27e2f 100644 --- a/docs/card-entities.md +++ b/docs/card-entities.md @@ -18,7 +18,7 @@ List of supported config keys of this card: key | optional | type | default | description -- | -- | -- | -- | -- `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 `key` | True | string | `None` | Used by navigate items in combination with the type (cardEntities_key) diff --git a/docs/card-grid.md b/docs/card-grid.md index fa754a44..3c07c567 100644 --- a/docs/card-grid.md +++ b/docs/card-grid.md @@ -25,7 +25,7 @@ List of supported config keys of this card: key | optional | type | default | description -- | -- | -- | -- | -- `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 `key` | True | string | `None` | Used by navigate items in combination with the type (cardEntities_key) diff --git a/docs/prepare_nspanel.md b/docs/prepare_nspanel.md index 9ac4229d..b9ed2fc8 100644 --- a/docs/prepare_nspanel.md +++ b/docs/prepare_nspanel.md @@ -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) -![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).