diff --git a/doc-pics/appdaemon-babel.png b/doc-pics/appdaemon-babel.png deleted file mode 100644 index d8c43568..00000000 Binary files a/doc-pics/appdaemon-babel.png and /dev/null differ diff --git a/doc-pics/hacs-main.png b/doc-pics/hacs-main.png deleted file mode 100644 index d92d6928..00000000 Binary files a/doc-pics/hacs-main.png and /dev/null differ diff --git a/doc-pics/hass-add-on-store.png b/doc-pics/hass-add-on-store.png deleted file mode 100644 index 0e9d5458..00000000 Binary files a/doc-pics/hass-add-on-store.png and /dev/null differ diff --git a/doc-pics/nspanel-rl.png b/doc-pics/nspanel-rl.png deleted file mode 100644 index 7660dea2..00000000 Binary files a/doc-pics/nspanel-rl.png and /dev/null differ diff --git a/doc-pics/tasmota-mqtt-config.png b/doc-pics/tasmota-mqtt-config.png deleted file mode 100644 index 95b24dd1..00000000 Binary files a/doc-pics/tasmota-mqtt-config.png and /dev/null differ diff --git a/doc-pics/tasmota-template-config.png b/doc-pics/tasmota-template-config.png deleted file mode 100644 index a33d19a9..00000000 Binary files a/doc-pics/tasmota-template-config.png and /dev/null differ diff --git a/docs/card-media.md b/docs/card-media.md index 3fa930c2..767e75cc 100644 --- a/docs/card-media.md +++ b/docs/card-media.md @@ -16,4 +16,4 @@ key | optional | type | default | description `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 -`alarmControl` | True | complex | `None` | overwrites the action executed on pressing the left bottom icon, by default this button is used to show a list of open sensors on a failed attempt to arm. \ No newline at end of file +`alarmControl` | True | complex | `None` | overwrites the action executed on pressing the left upper icon (red circle), by default this button is used to show a list of open sensors on a failed attempt to arm. \ No newline at end of file diff --git a/docs/entities.md b/docs/entities.md index 2844f02b..735d2f03 100644 --- a/docs/entities.md +++ b/docs/entities.md @@ -36,7 +36,7 @@ It is also possible to configure different icon overwrites per state: "off": mdi:lightbulb ``` -# Hide item based on state +## Hide item based on state This sensor will only be shown on the card if it's state is equal to `off` diff --git a/docs/img/card-alarm.png b/docs/img/card-alarm.png new file mode 100644 index 00000000..6420cbf5 Binary files /dev/null and b/docs/img/card-alarm.png differ diff --git a/docs/img/card-media.png b/docs/img/card-media.png new file mode 100644 index 00000000..34849b6c Binary files /dev/null and b/docs/img/card-media.png differ diff --git a/docs/img/card-qr.png b/docs/img/card-qr.png new file mode 100644 index 00000000..2eac72f9 Binary files /dev/null and b/docs/img/card-qr.png differ