diff --git a/README.md b/README.md index 7682bead..ed3f8b7d 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,10 @@ key | optional | type | default | description `class` | False | string | | The name of the Class. `config` | False | complex | | Config/Mapping between Homeassistant and your NsPanel -Possible configuration values for config key: + + +
Possible configuration values for config key +

key | optional | type | default | description -- | -- | -- | -- | -- @@ -370,6 +373,8 @@ key | optional | type | default | description `screensaver` | True | complex | | configuration for screensaver `hiddenCards` | True | complex | | configuration for cards that can be accessed though navigate items + +

Possible languages for locale config key

@@ -415,7 +420,8 @@ key | optional | type | default | description

-Possible configuration values for a card in card config: +
Possible configuration values for a card in card config +

key | optional | type | default | description -- | -- | -- | -- | -- @@ -425,7 +431,12 @@ key | optional | type | default | description `entity` | False | string | `None` | contains the entity of the current card, valid for cardThermo, cardAlarm and cardMedia `key` | True | string | `None` | Used by navigate items -Possible configuration values for screensaver config: + +

+
+ +
Possible configuration values for screensaver config +

key | optional | type | default | description -- | -- | -- | -- | -- @@ -469,6 +480,12 @@ It is possible to schedule a brightness change for the screen at specific times. value: 0 ``` +

+
+ +
Overrides and Navigation +

+ #### Override Icons or Names To override Icons or Names of entities you can configure an icon and/or name in your configuration, please see the following example. @@ -500,6 +517,18 @@ will allow you to navigate to a cardGrid page with the configured key testKey key: testKey ``` + +

+
+ + +

+
+ + + + + ## How to update Updating involves mainly already descriped steps from installation, so this is a short summary.