From f48a58a76a8aff5f84ca539e4921220dd30b2212 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:34:04 +0200 Subject: [PATCH] Standardize inputs descriptions (#694) * Standardize inputs descriptions Standardize the descriptions on all inputs (visible to users when setting up the Blueprint) * Removing trailing spaces --- nspanel_blueprint.yaml | 1995 ++++++++++++++++++++++++++++++---------- 1 file changed, 1499 insertions(+), 496 deletions(-) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index cd9cbfd..d7386bb 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -4,37 +4,36 @@ blueprint: name: NSPanel Configuration - description: '# Configuration and synchronization NSPanel via Blueprint + description: > + # Configuration and synchronization NSPanel via Blueprint -This project allows you to configure your complete NSPanel via a Blueprint with UI. + This project allows you to configure your complete NSPanel via a Blueprint with UI. -### *That means you dont have to customize any code or change any lines in the code.* + ### *That means you dont have to customize any code or change any lines in the code.* -So you have a nice graphical interface where you can build your NSPanel. -And the best thing is, the installation takes only a few minutes. + So you have a nice graphical interface where you can build your NSPanel. + And the best thing is, the installation takes only a few minutes. -The goal was to create a version that allows everyone to use the NSpanel fully local without having to deal with programming or reading hours of documentation - *AND YES WE DID IT!!!!* ;) + The goal was to create a version that allows everyone to use the NSpanel fully local without having to deal with programming or reading hours of documentation - *AND YES WE DID IT!!!!* ;) -📕 Full documentation and installation video is available here [NSPanel Configuration, Setup and HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki). + 📕 Full documentation and installation video is available here [NSPanel Configuration, Setup and HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki). -📌 Step by Step - [Setup Video](https://www.youtube.com/watch?v=3afPFg6kUdc) + 📌 Step by Step - [Setup Video](https://www.youtube.com/watch?v=3afPFg6kUdc) -🚀 How to create "Issues" when I have a problem [WIKI HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki) + 🚀 How to create "Issues" when I have a problem [WIKI HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki) -⭐ All Feature Requests can be found here [All Feature Request](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/new%20feature%20request) + ⭐ All Feature Requests can be found here [All Feature Request](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/new%20feature%20request) -🎉 Roadmap Roadmap can be found here [Roadmap](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap) + 🎉 Roadmap Roadmap can be found here [Roadmap](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap) -â„šī¸ Version: v.3.3 - -' + â„šī¸ Version: v.3.3 source_url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/nspnael_blueprint.yaml domain: automation @@ -43,11 +42,13 @@ The goal was to create a version that allows everyone to use the NSpanel fully l # yamllint disable rule:line-length input: - ##### MAIN NAME ##### nspanel_name: - name: (REQUIRED) NSPanel device - description: '* *"SYSTEM" - Please select the ESPHome device reated to the NSPanel to be controlled by this automation*' + name: NSPanel device (REQUIRED) + description: > + *SYSTEM settings* + + *Please select the ESPHome device reated to the NSPanel to be controlled by this automation* default: [] selector: device: @@ -59,7 +60,10 @@ The goal was to create a version that allows everyone to use the NSpanel fully l ##### SYSTEM SETTINGS ##### language: name: Language for NSPanel - description: '* *"SYSTEM" - select the language for your NSPanel*' + description: > + *SYSTEM settings* + + *Select the language for your NSPanel* default: 'ENG' selector: select: @@ -123,7 +127,10 @@ The goal was to create a version that allows everyone to use the NSpanel fully l value: UKR date_format: name: Date Format - description: '* *"SYSTEM" - select the format for date to display*' + description: > + *SYSTEM settings* + + *Select the format for date to display* default: '%d.%m' selector: select: @@ -141,7 +148,10 @@ The goal was to create a version that allows everyone to use the NSpanel fully l time_format: name: Time Format - description: '* *"SYSTEM" - select the format for time to display*' + description: > + *SYSTEM settings* + + *Select the format for time to display* default: '%H:%M' selector: select: @@ -157,7 +167,10 @@ The goal was to create a version that allows everyone to use the NSpanel fully l delay: name: Delay to avoid synchronization problem - description: '* *"SYSTEM" - Synchronization Problems may occur due to the **NETWORK / WLAN**. To avoid this problem enter your value for the delay (milliseconds)*' + description: > + *SYSTEM settings* + + *Synchronization issues may occur due to the **NETWORK / WLAN**. To avoid this, please select the delay (milliseconds) between each instruction sent to the panel* default: '1' selector: number: @@ -167,17 +180,20 @@ The goal was to create a version that allows everyone to use the NSpanel fully l ##### WEATHER - Page Home / Weather 01-04 ##### ##### PLACEHOLDER ###################################################################### placeholder01: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ WEATHER AND TEMPERATURE ✅ ' - default: 'Weather and Temp' - selector: + name: ' ' + description: '# ✅ WEATHER AND TEMPERATURE ✅' + default: ' ' + selector: &placeholder-selector select: options: - - Weather and Temp + - ' ' ##### PLACEHOLDER ###################################################################### weather_entity: name: Weather entity from HA - description: '* *"SYSTEM" - Select your weather entity.*' + description: > + *SYSTEM settings* + + *Select your weather entity.*' default: [] selector: entity: @@ -188,7 +204,10 @@ The goal was to create a version that allows everyone to use the NSpanel fully l ##### Temperature - Page Home ##### outdoortemp: name: Outdoor Temperature Sensor (Optional) - description: '* *Page "HOME" - If no outdoor sensor is available, leave the field empty and the value from your selected weather integration will be used automatically*' + description: > + *HOME page* + + *If no outdoor sensor is available, leave the field empty and the value from your selected weather integration will be used automatically* default: [] selector: entity: @@ -196,13 +215,19 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - sensor home_outdoor_temp_label_color: name: Outdoor Temperature Sensor - LABEL COLOR (Optional) - description: '* *Page "HOME" - Label color which should be displayed*' + description: > + *HOME page* + + *Label color which should be displayed* default: [255, 255, 255] #65535 White selector: &color-selector color_rgb: indoortemp: name: Indoor Temperature Sensor - ENTITY (Optional) - description: '* *Page "HOME" - An indoor temperature sensor is not necessary. Leave the field empty if you want to use the temperature sensor of the NSPanel. Additionally a temperature correction for the NSPanel sensor is possible under HA Devices. So everyone can adjust the sensor exactly*' + description: > + *HOME page* + + *An indoor temperature sensor is not necessary. Leave the field empty if you want to use the temperature sensor of the NSPanel. Additionally a temperature correction for the NSPanel sensor is possible under HA Devices. So everyone can adjust the sensor exactly* default: [] selector: entity: @@ -210,34 +235,43 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - sensor home_indoor_temp_icon: name: Indoor Temperature Sensor - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (Default mdi:thermometer)*' + description: > + *HOME page* + + *Icon which should be displayed (Default mdi:thermometer)* default: mdi:thermometer #E50E selector: &icon-selector icon: home_indoor_temp_icon_color: name: Indoor Temperature Sensor - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [255, 255, 255] #65535 White selector: *color-selector home_indoor_temp_label_color: name: Indoor Temperature Sensor - LABEL COLOR (Optional) - description: '* *Page "HOME" - Label color which should be displayed*' + description: > + *HOME page* + + *Label color which should be displayed* default: [255, 255, 255] #65535 White selector: *color-selector ##### Sensors - Page Home ##### ##### PLACEHOLDER ###################################################################### placeholder02: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ SENSOR HOME PAGE ✅ ' - default: 'sensor' - selector: - select: - options: - - sensor + name: ' ' + description: '# ✅ SENSOR HOME PAGE ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### home_value01: name: Sensor 01 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed*' + description: > + *HOME page* + + *Entity which should be displayed* default: [] selector: entity: @@ -245,22 +279,34 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - sensor home_value01_icon: name: Sensor 01 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector home_value01_icon_color: name: Sensor 01 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [200, 204, 200] #52857 Grey super light selector: *color-selector home_value01_label_color: name: Sensor 01 - LABEL COLOR (Optional) - description: '* *Page "HOME" - Label color which should be displayed*' + description: > + *HOME page* + + *Label color which should be displayed* default: [200, 204, 200] #52857 Grey super light selector: *color-selector home_value02: name: Sensor 02 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed*' + description: > + *HOME page* + + *Entity which should be displayed* default: [] selector: entity: @@ -268,22 +314,34 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - sensor home_value02_icon: name: Sensor 02 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector home_value02_icon_color: name: Sensor 02 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [200, 204, 200] #52857 Grey super light selector: *color-selector home_value02_label_color: name: Sensor 02 - LABEL COLOR (Optional) - description: '* *Page "HOME" - Label color which should be displayed*' + description: > + *HOME page* + + *Label color which should be displayed* default: [200, 204, 200] #52857 Grey super light selector: *color-selector home_value03: name: Sensor 03 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed*' + description: > + *HOME page* + + *Entity which should be displayed* default: [] selector: entity: @@ -291,33 +349,42 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - sensor home_value03_icon: name: Sensor 03 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector home_value03_icon_color: name: Sensor 03 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [200, 204, 200] #52857 Grey super light selector: *color-selector home_value03_label_color: name: Sensor 03 - LABEL COLOR (Optional) - description: '* *Page "HOME" - Label color which should be displayed*' + description: > + *HOME page* + + *Label color which should be displayed* default: [200, 204, 200] #52857 Grey super light selector: *color-selector ##### Chips - Page Home ##### ##### PLACEHOLDER ###################################################################### placeholder03: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ CHIPS ✅ ' - default: 'chips' - selector: - select: - options: - - chips + name: ' ' + description: '# ✅ CHIPS ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### chip01: name: Chip 01 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)*' + description: > + *HOME page* + + *Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)* default: [] selector: &chip-entity-selector entity: @@ -329,119 +396,179 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - switch chip01_icon: name: Chip 01 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed when state ON (if not set, no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed when state ON (if not set, no icon is shown)* default: [] selector: *icon-selector chip01_icon_color: name: Chip 01 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [128, 128, 128] #33808 Grey light selector: *color-selector chip02: name: Chip 02 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)*' + description: > + *HOME page* + + *Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)* default: [] selector: *chip-entity-selector chip02_icon: name: Chip 02 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed when state ON (if not set, no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed when state ON (if not set, no icon is shown)* default: [] selector: *icon-selector chip02_icon_color: name: Chip 02 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [128, 128, 128] #33808 Grey light selector: *color-selector chip03: name: Chip 03 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)*' + description: > + *HOME page* + + *Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)* default: [] selector: *chip-entity-selector chip03_icon: name: Chip 03 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed when state ON (if not set, no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed when state ON (if not set, no icon is shown)* default: [] selector: *icon-selector chip03_icon_color: name: Chip 03 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [128, 128, 128] #33808 Grey light selector: *color-selector chip04: name: Chip 04 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)*' + description: > + *HOME page* + + *Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)* default: [] selector: *chip-entity-selector chip04_icon: name: Chip 04 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed when state ON (if not set, no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed when state ON (if not set, no icon is shown)* default: [] selector: *icon-selector chip04_icon_color: name: Chip 04 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [128, 128, 128] #33808 Grey light selector: *color-selector chip05: name: Chip 05 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)*' + description: > + *HOME page* + + *Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)* default: [] selector: *chip-entity-selector chip05_icon: name: Chip 05 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed when state ON (if not set, no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed when state ON (if not set, no icon is shown)* default: [] selector: *icon-selector chip05_icon_color: name: Chip 05 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [128, 128, 128] #33808 Grey light selector: *color-selector chip06: name: Chip 06 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)*' + description: > + *HOME page* + + *Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)* default: [] selector: *chip-entity-selector chip06_icon: name: Chip 06 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed when state ON (if not set, no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed when state ON (if not set, no icon is shown)* default: [] selector: *icon-selector chip06_icon_color: name: Chip 06 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [128, 128, 128] #33808 Grey light selector: *color-selector chip07: name: Chip 07 - ENTITY (Optional) - description: '* *Page "HOME" - Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)*' + description: > + *HOME page* + + *Entity which should be displayed (ONLY light | switch | binary_sensor | sensor | with state ON/OFF)* default: [] selector: *chip-entity-selector chip07_icon: name: Chip 07 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed when state ON (if not set, no icon is shown)*' + description: > + *HOME page* + + *Icon which should be displayed when state ON (if not set, no icon is shown)* default: [] selector: *icon-selector chip07_icon_color: name: Chip 07 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed*' + description: > + *HOME page* + + *Icon color which should be displayed* default: [128, 128, 128] #33808 Grey light selector: *color-selector ##### Climate - Page Climate ##### ##### PLACEHOLDER ###################################################################### placeholder04: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ CLIMATE ✅ ' - default: 'climate' - selector: - select: - options: - - climate + name: ' ' + description: '# ✅ CLIMATE ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### climate: name: Climate to control - ENTITY (Optional) - description: '* *Page "CLIMATE" - If an entity is selected, the **"Thermostat page"** is activated and enabled. If you have **"Underfloor Heating System"** and want to switch it via the relay, you must create a separate climate in HA. See HowTo*' + description: > + *CLIMATE page* + + *If an entity is selected, the **"Thermostat page"** is activated and enabled. If you have **"Underfloor Heating System"** and want to switch it via the relay, you must create a separate climate in HA. See HowTo* default: [] selector: entity: @@ -449,12 +576,18 @@ The goal was to create a version that allows everyone to use the NSpanel fully l climate_optimistic: name: Climate control optimistic mode - TRUE/FALSE (Optional) default: true - description: '* *Page "CLIMATE" - Depends on your climate device and HA-Integration. If optimisitc mode is **OFF** then changes are made will wait for response from device to update temperature in the display. This can cause delays or jumping values. If **ON** the script update the display immediately but apply changes after closing climate-page* ' + description: > + *CLIMATE page* + + *Depends on your climate device and HA-Integration. If optimisitc mode is **OFF** then changes are made will wait for response from device to update temperature in the display. This can cause delays or jumping values. If **ON** the script update the display immediately but apply changes after closing climate-page* selector: boolean: hotwatercharge: name: Hot Water Charge Button - ENTITY (Optional) - description: '* *Page "CLIMATE" - Choose your switch to turn on/off*' + description: > + *CLIMATE page* + + *Choose your switch to turn on/off* default: [] selector: entity: @@ -465,57 +598,69 @@ The goal was to create a version that allows everyone to use the NSpanel fully l ##### QR Code - Page Home/QR Code ##### ##### PLACEHOLDER ###################################################################### placeholder05: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ QR CODE ✅ ' - default: 'qrcode' - selector: - select: - options: - - qrcode + name: ' ' + description: '# ✅ QR CODE ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### qrcode_enabled: name: Activate QR Code - TRUE/FALSE (Optional) default: false - description: '* *Page "HOME" - activate QR Code page and QR Code Button on the home page* ' + description: > + *HOME page* + + *activate QR Code page and QR Code Button on the home page* ' selector: boolean: qrcode_label: name: QR Code page name - LABEL (Optional) - description: '* *Page "QRCODE" - Label which should be displayed*' + description: > + *QRCODE page* + + *Label which should be displayed* default: [] selector: text: {} qrcode_value: name: QR Code content - VALUE (Optional) - description: '* *Page "QRCODE" - Value you want to display as QR code*' + description: > + *QRCODE page* + + *Value you want to display as QR code* default: [] selector: text: {} home_button05_icon: name: QR Code - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (Default mdi:qrcode-scan)*' + description: > + *HOME page* + + *Icon which should be displayed (Default mdi:qrcode-scan)* default: mdi:qrcode-scan #E432 selector: *icon-selector home_button05_icon_color: name: QR Code - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed (default color is set)*' + description: > + *HOME page* + + *Icon color which should be displayed (default color is set)* default: [200, 204, 200] #52857 Grey super light selector: *color-selector ##### Page Home - Hardware Buttons ##### ##### PLACEHOLDER ###################################################################### placeholder06: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ HARDWARE BUTTONS ✅ ' - default: 'hardwarebuttons' - selector: - select: - options: - - hardwarebuttons + name: ' ' + description: '# ✅ HARDWARE BUTTONS ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### hold_delay: name: Delay for HW-Button hold in seconds - VALUE - description: '* *"SYSTEM" - Time in seconds to detect a hold*' + description: > + *SYSTEM settings* + + *Time in seconds to detect a hold*' default: 1.0 selector: number: @@ -526,12 +671,18 @@ The goal was to create a version that allows everyone to use the NSpanel fully l relay_1_local_fallback: name: Activate relay 1 local fallback - TRUE/FALSE (Optional) default: false - description: '* *"SYSTEM" - activate this to use left button to toggle relay 1 if display is offline* ' + description: > + *SYSTEM settings* + + *activate this to use left button to toggle relay 1 if display is offline* selector: boolean: left_button_entity: name: Left hardware button - ENTITY (Optional) - description: '* *"SYSTEM" - Entity which should be switched*' + description: > + *SYSTEM settings* + + *Entity which should be switched* default: [] selector: &hardware-button-selector entity: @@ -548,13 +699,19 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - fan left_button_name: name: Left hardware button name - LABEL (Optional) - description: '* *Page "HOME" - Label which should be displayed (10 characters are supported)*' + description: > + *HOME page* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} left_button_hold_select: name: Left hardware button hold assignment - VALUE (Optional) - description: '* *"SYSTEM" - select what shold happen on hold*' + description: > + *SYSTEM settings* + + *select what shold happen on hold*' default: 'Default' selector: &hardware-button-hold-selector select: @@ -563,46 +720,70 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - Custom Action left_button_hold_custom_action: name: Left hardware button custom hold action - VALUE (Optional) - description: '*"SYSTEM" - The action(s) to launch on hold**' + description: > + *SYSTEM settings* + + *The action(s) to launch on hold* default: [] selector: action: left_button_color: name: Left hardware button - LABEL COLOR (Optional) - description: '* *Page "HOME" - LABEL color which should be displayed*' + description: > + *HOME page* + + *LABEL color which should be displayed* default: [200, 204, 200] #52857 Grey super light selector: *color-selector relay_2_local_fallback: name: Activate relay 2 local fallback - TRUE/FALSE (Optional) default: false - description: '* *"SYSTEM" - activate this to use right button to toggle relay 2 if display is offline* ' + description: > + *SYSTEM settings* + + *activate this to use right button to toggle relay 2 if display is offline* ' selector: boolean: right_button_entity: name: Right hardware button - ENTITY (Optional) - description: '* *"SYSTEM" - Entity which should be switched*' + description: > + *SYSTEM settings* + + *Entity which should be switched*' default: [] selector: *hardware-button-selector right_button_name: name: Right hardware button name - LABEL (Optional) - description: '* *Page "HOME" - Label which should be displayed (10 characters are supported)*' + description: > + *HOME page* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} right_button_hold_select: name: Right hardware button hold assignment - VALUE (Optional) - description: '* *"SYSTEM" - select what shold happen on hold*' + description: > + *SYSTEM settings* + + *Select what shold happen on hold*' default: 'Default' selector: *hardware-button-hold-selector right_button_hold_custom_action: name: Right hardware button custom hold action - VALUE (Optional) - description: '*"SYSTEM" - The action(s) to launch on hold**' + description: > + *SYSTEM settings* + + *The action(s) to launch on hold* default: [] selector: action: right_button_color: name: Right hardware button - LABEL COLOR (Optional) - description: '* *Page "HOME" - LABEL color which should be displayed*' + description: > + *HOME page* + + *LABEL color which should be displayed* default: [200, 204, 200] #52857 Grey super light selector: *color-selector @@ -610,52 +791,61 @@ The goal was to create a version that allows everyone to use the NSpanel fully l ##### Button page - Labels ##### ##### PLACEHOLDER ###################################################################### placeholder17: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ BUTTON PAGES LABELS ✅ ' - default: 'Button pages labels' - selector: - select: - options: - - Button pages labels + name: ' ' + description: '# ✅ BUTTON PAGES LABELS ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### button_page01_label: name: Button page 01 name - LABEL (Optional) - description: '* *Page "ButtonPage01" - Label which should be displayed*' + description: > + *ButtonPage01* + + *Label which should be displayed* default: [] selector: text: {} button_page02_label: name: Button page 02 name - LABEL (Optional) - description: '* *Page "ButtonPage02" - Label which should be displayed*' + description: > + *ButtonPage02* + + *Label which should be displayed* default: [] selector: text: {} button_page03_label: name: Button page 03 name - LABEL (Optional) - description: '* *Page "ButtonPage03" - Label which should be displayed*' + description: > + *ButtonPage03* + + *Label which should be displayed* default: [] selector: text: {} button_page04_label: name: Button page 04 name - LABEL (Optional) - description: '* *Page "ButtonPage04" - Label which should be displayed*' + description: > + *ButtonPage04* + + *Label which should be displayed* default: [] selector: text: {} ##### Button page 01 ##### ##### PLACEHOLDER ###################################################################### placeholder07: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ BUTTON PAGES 01 ✅ ' - default: 'buttonpage01' - selector: - select: - options: - - buttonpage01 + name: ' ' + description: '# ✅ BUTTON PAGE 01 ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### entity01: name: Button 01 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE01" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage01* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: &button-entity-selector entity: @@ -675,894 +865,1362 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - climate entity01_name: name: Button 01 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE01" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage01* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity01_icon: name: Button 01 - ICON (Optional) - description: '* *Page "BUTTONPAGE01" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage01* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity01_icon_color: name: Button 01 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE01" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage01* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity01_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE01" - Ask for confirmation to execute **Button01** action*' + description: > + *ButtonPage01* + + *Ask for confirmation to execute **Button01** action* selector: boolean: entity02: name: Button 02 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE01" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage01* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity02_name: name: Button 02 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE01" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage01* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity02_icon: name: Button 02 - ICON (Optional) - description: '* *Page "BUTTONPAGE01" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage01* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity02_icon_color: name: Button 02 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE01" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage01* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity02_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE01" - Ask for confirmation to execute **Button02** action*' + description: > + *ButtonPage01* + + *Ask for confirmation to execute **Button02** action* selector: boolean: entity03: name: Button 03 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE01" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage01* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity03_name: name: Button 03 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE01" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage01* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity03_icon: name: Button 03 - ICON (Optional) - description: '* *Page "BUTTONPAGE01" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage01* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity03_icon_color: name: Button 03 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE01" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage01* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity03_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE01" - Ask for confirmation to execute **Button03** action*' + description: > + *ButtonPage01* + + *Ask for confirmation to execute **Button03** action* selector: boolean: entity04: name: Button 04 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE01" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage01* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity04_name: name: Button 04 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE01" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage01* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity04_icon: name: Button 04 - ICON (Optional) - description: '* *Page "BUTTONPAGE01" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage01* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity04_icon_color: name: Button 04 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE01" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage01* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity04_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE01" - Ask for confirmation to execute **Button04** action*' + description: > + *ButtonPage01* + + *Ask for confirmation to execute **Button04** action* selector: boolean: entity05: name: Button 05 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE01" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage01* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity05_name: name: Button 05 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE01" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage01* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity05_icon: name: Button 05 - ICON (Optional) - description: '* *Page "BUTTONPAGE01" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage01* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity05_icon_color: name: Button 05 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE01" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage01* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity05_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE01" - Ask for confirmation to execute **Button05** action*' + description: > + *ButtonPage01* + + *Ask for confirmation to execute **Button05** action* selector: boolean: entity06: name: Button 06 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE01" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage01* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity06_name: name: Button 06 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE01" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage01* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity06_icon: name: Button 06 - ICON (Optional) - description: '* *Page "BUTTONPAGE01" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage01* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity06_icon_color: name: Button 06 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE01" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage01* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity06_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE01" - Ask for confirmation to execute **Button06** action*' + description: > + *ButtonPage01* + + *Ask for confirmation to execute **Button06** action* selector: boolean: entity07: name: Button 07 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE01" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage01* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity07_name: name: Button 07 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE01" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage01* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity07_icon: name: Button 07 - ICON (Optional) - description: '* *Page "BUTTONPAGE01" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage01* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity07_icon_color: name: Button 07 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE01" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage01* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity07_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE01" - Ask for confirmation to execute **Button07** action*' + description: > + *ButtonPage01* + + *Ask for confirmation to execute **Button07** action* selector: boolean: entity08: name: Button 08 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE01" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage01* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity08_name: name: Button 08 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE01" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage01* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity08_icon: name: Button 08 - ICON (Optional) - description: '* *Page "BUTTONPAGE01" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage01* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity08_icon_color: name: Button 08 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE01" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage01* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity08_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE01" - Ask for confirmation to execute **Button08** action*' + description: > + *ButtonPage01* + + *Ask for confirmation to execute **Button08** action* selector: boolean: ##### Button page 02 ##### ##### PLACEHOLDER ###################################################################### placeholder08: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ BUTTON PAGE 02 ✅ ' - default: 'buttonpage02' - selector: - select: - options: - - buttonpage02 + name: ' ' + description: '# ✅ BUTTON PAGE 02 ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### entity09: name: Button 09 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE02" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage02* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity09_name: name: Button 09 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE02" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage02* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity09_icon: name: Button 09 - ICON (Optional) - description: '* *Page "BUTTONPAGE02" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage02* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity09_icon_color: name: Button 09 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE02" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage02* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity09_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE02" - Ask for confirmation to execute **Button09** action*' + description: > + *ButtonPage02* + + *Ask for confirmation to execute **Button09** action* selector: boolean: entity10: name: Button 10 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE02" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage02* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity10_name: name: Button 10 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE02" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage02* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity10_icon: name: Button 10 - ICON (Optional) - description: '* *Page "BUTTONPAGE02" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage02* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity10_icon_color: name: Button 10 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE02" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage02* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity10_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE02" - Ask for confirmation to execute **Button10** action*' + description: > + *ButtonPage02* + + *Ask for confirmation to execute **Button10** action* selector: boolean: entity11: name: Button 11 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE02" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage02* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity11_name: name: Button 11 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE02" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage02* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity11_icon: name: Button 11 - ICON (Optional) - description: '* *Page "BUTTONPAGE02" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage02* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity11_icon_color: name: Button 11 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE02" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage02* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity11_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE02" - Ask for confirmation to execute **Button11** action*' + description: > + *ButtonPage02* + + *Ask for confirmation to execute **Button11** action* selector: boolean: entity12: name: Button 12 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE02" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage02* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity12_name: name: Button 12 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE02" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage02* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity12_icon: name: Button 12 - ICON (Optional) - description: '* *Page "BUTTONPAGE02" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage02* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity12_icon_color: name: Button 12 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE02" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage02* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity12_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE02" - Ask for confirmation to execute **Button12** action*' + description: > + *ButtonPage02* + + *Ask for confirmation to execute **Button12** action* selector: boolean: entity13: name: Button 13 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE02" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage02* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity13_name: name: Button 13 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE02" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage02* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity13_icon: name: Button 13 - ICON (Optional) - description: '* *Page "BUTTONPAGE02" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage02* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity13_icon_color: name: Button 13 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE02" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage02* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity13_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE02" - Ask for confirmation to execute **Button13** action*' + description: > + *ButtonPage02* + + *Ask for confirmation to execute **Button13** action* selector: boolean: entity14: name: Button 14 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE02" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage02* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity14_name: name: Button 14 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE02" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage02* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity14_icon: name: Button 14 - ICON (Optional) - description: '* *Page "BUTTONPAGE02" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage02* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity14_icon_color: name: Button 14 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE02" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage02* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity14_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE02" - Ask for confirmation to execute **Button14** action*' + description: > + *ButtonPage02* + + *Ask for confirmation to execute **Button14** action* selector: boolean: entity15: name: Button 15 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE02" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage02* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity15_name: name: Button 15 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE02" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage02* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity15_icon: name: Button 15 - ICON (Optional) - description: '* *Page "BUTTONPAGE02" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage02* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity15_icon_color: name: Button 15 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE02" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage02* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity15_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE02" - Ask for confirmation to execute **Button15** action*' + description: > + *ButtonPage02* + + *Ask for confirmation to execute **Button15** action* selector: boolean: entity16: name: Button 16 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE02" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage02* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity16_name: name: Button 16 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE02" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage02* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity16_icon: name: Button 16 - ICON (Optional) - description: '* *Page "BUTTONPAGE02" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage02* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity16_icon_color: name: Button 16 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE02" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage02* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity16_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE02" - Ask for confirmation to execute **Button16** action*' + description: > + *ButtonPage02* + + *Ask for confirmation to execute **Button16** action* selector: boolean: ##### Button page 03 ##### ##### PLACEHOLDER ###################################################################### placeholder09: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ BUTTON PAGE 03 ✅ ' - default: 'buttonpage03' - selector: - select: - options: - - buttonpage03 + name: ' ' + description: '# ✅ BUTTON PAGE 03 ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### entity17: name: Button 17 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE03" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage03* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity17_name: name: Button 17 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE03" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage03* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity17_icon: name: Button 17 - ICON (Optional) - description: '* *Page "BUTTONPAGE03" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage03* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity17_icon_color: name: Button 17 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE03" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage03* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity17_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE03" - Ask for confirmation to execute **Button17** action*' + description: > + *ButtonPage03* + + *Ask for confirmation to execute **Button17** action* selector: boolean: entity18: name: Button 18 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE03" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage03* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity18_name: name: Button 18 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE03" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage03* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity18_icon: name: Button 18 - ICON (Optional) - description: '* *Page "BUTTONPAGE03" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage03* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity18_icon_color: name: Button 18 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE03" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage03* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity18_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE03" - Ask for confirmation to execute **Button18** action*' + description: > + *ButtonPage03* + + *Ask for confirmation to execute **Button18** action* selector: boolean: entity19: name: Button 19 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE03" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage03* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity19_name: name: Button 19 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE03" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage03* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity19_icon: name: Button 19 - ICON (Optional) - description: '* *Page "BUTTONPAGE03" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage03* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity19_icon_color: name: Button 19 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE03" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage03* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity19_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE03" - Ask for confirmation to execute **Button19** action*' + description: > + *ButtonPage03* + + *Ask for confirmation to execute **Button19** action* selector: boolean: entity20: name: Button 20 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE03" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage03* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity20_name: name: Button 20 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE03" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage03* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity20_icon: name: Button 20 - ICON (Optional) - description: '* *Page "BUTTONPAGE03" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage03* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity20_icon_color: name: Button 20 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE03" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage03* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity20_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE03" - Ask for confirmation to execute **Button20** action*' + description: > + *ButtonPage03* + + *Ask for confirmation to execute **Button20** action* selector: boolean: entity21: name: Button 21 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE03" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage03* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity21_name: name: Button 21 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE03" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage03* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity21_icon: name: Button 21 - ICON (Optional) - description: '* *Page "BUTTONPAGE03" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage03* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity21_icon_color: name: Button 21 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE03" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage03* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity21_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE03" - Ask for confirmation to execute **Button21** action*' + description: > + *ButtonPage03* + + *Ask for confirmation to execute **Button21** action* selector: boolean: entity22: name: Button 22 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE03" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage03* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity22_name: name: Button 22 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE03" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage03* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity22_icon: name: Button 22 - ICON (Optional) - description: '* *Page "BUTTONPAGE03" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage03* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity22_icon_color: name: Button 22 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE03" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage03* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity22_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE03" - Ask for confirmation to execute **Button22** action*' + description: > + *ButtonPage03* + + *Ask for confirmation to execute **Button22** action* selector: boolean: entity23: name: Button 23 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE03" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage03* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity23_name: name: Button 23 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE03" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage03* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity23_icon: name: Button 23 - ICON (Optional) - description: '* *Page "BUTTONPAGE03" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage03* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity23_icon_color: name: Button 23 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE03" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage03* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity23_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE03" - Ask for confirmation to execute **Button23** action*' + description: > + *ButtonPage03* + + *Ask for confirmation to execute **Button23** action* selector: boolean: entity24: name: Button 24 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE03" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage03* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity24_name: name: Button 24 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE03" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage03* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity24_icon: name: Button 24 - ICON (Optional) - description: '* *Page "BUTTONPAGE03" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage03* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity24_icon_color: name: Button 24 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE03" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage03* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity24_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE03" - Ask for confirmation to execute **Button24** action*' + description: > + *ButtonPage03* + + *Ask for confirmation to execute **Button24** action* selector: boolean: ##### Button page 04 ##### ##### PLACEHOLDER ###################################################################### placeholder10: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ BUTTON PAGE 04 ✅ ' - default: 'buttonpage04' - selector: - select: - options: - - buttonpage04 + name: ' ' + description: '# ✅ BUTTON PAGE 04 ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### entity25: name: Button 25 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE04" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage04* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity25_name: name: Button 25 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE04" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage04* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity25_icon: name: Button 25 - ICON (Optional) - description: '* *Page "BUTTONPAGE04" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage04* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity25_icon_color: name: Button 25 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE04" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage04* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity25_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE04" - Ask for confirmation to execute **Button25** action*' + description: > + *ButtonPage04* + + *Ask for confirmation to execute **Button25** action* selector: boolean: entity26: name: Button 26 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE04" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage04* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity26_name: name: Button 26 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE04" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage04* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity26_icon: name: Button 26 - ICON (Optional) - description: '* *Page "BUTTONPAGE04" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage04* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity26_icon_color: name: Button 26 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE04" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage04* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity26_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE04" - Ask for confirmation to execute **Button26** action*' + description: > + *ButtonPage04* + + *Ask for confirmation to execute **Button26** action* selector: boolean: entity27: name: Button 27 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE04" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage04* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity27_name: name: Button 27 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE04" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage04* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity27_icon: name: Button 27 - ICON (Optional) - description: '* *Page "BUTTONPAGE04" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage04* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity27_icon_color: name: Button 27 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE04" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage04* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity27_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE04" - Ask for confirmation to execute **Button27** action*' + description: > + *ButtonPage04* + + *Ask for confirmation to execute **Button27** action* selector: boolean: entity28: name: Button 28 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE04" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage04* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity28_name: name: Button 28 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE04" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage04* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity28_icon: name: Button 28 - ICON (Optional) - description: '* *Page "BUTTONPAGE04" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage04* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity28_icon_color: name: Button 28 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE04" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage04* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity28_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE04" - Ask for confirmation to execute **Button28** action*' + description: > + *ButtonPage04* + + *Ask for confirmation to execute **Button28** action* selector: boolean: entity29: name: Button 29 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE04" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage04* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity29_name: name: Button 29 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE04" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage04* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity29_icon: name: Button 29 - ICON (Optional) - description: '* *Page "BUTTONPAGE04" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage04* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity29_icon_color: name: Button 29 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE04" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage04* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity29_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE04" - Ask for confirmation to execute **Button29** action*' + description: > + *ButtonPage04* + + *Ask for confirmation to execute **Button29** action* selector: boolean: entity30: name: Button 30 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE04" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage04* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity30_name: name: Button 30 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE04" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage04* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity30_icon: name: Button 30 - ICON (Optional) - description: '* *Page "BUTTONPAGE04" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage04* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity30_icon_color: name: Button 30 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE04" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage04* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity30_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE04" - Ask for confirmation to execute **Button30** action*' + description: > + *ButtonPage04* + + *Ask for confirmation to execute **Button30** action* selector: boolean: entity31: name: Button 31 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE04" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage04* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity31_name: name: Button 31 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE04" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage04* + + *Label which should be displayed (10 characters are supported)* default: [] selector: text: {} entity31_icon: name: Button 31 - ICON (Optional) - description: '* *Page "BUTTONPAGE04" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage04* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: *icon-selector entity31_icon_color: name: Button 31 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE04" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage04* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity31_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE04" - Ask for confirmation to execute **Button31** action*' + description: > + *ButtonPage04* + + *Ask for confirmation to execute **Button31** action* selector: boolean: entity32: name: Button 32 - ENTITY (Optional) - description: '* *Page "BUTTONPAGE04" - Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)*' + description: > + *ButtonPage04* + + *Entity which should be switched (ONLY light | switch | cover | input_boolean | automation | button | input_button | scene | person | script | binary_sensor | fan | climate)* default: [] selector: *button-entity-selector entity32_name: name: Button 32 name - LABEL (Optional) - description: '* *Page "BUTTONPAGE04" - Label which should be displayed (10 characters are supported)*' + description: > + *ButtonPage04* + + *Label which should be displayed (10 characters are supported)* default: [] selector: *icon-selector entity32_icon: name: Button 32 - ICON (Optional) - description: '* *Page "BUTTONPAGE04" - Icon which should be displayed (Default - an icon matching the entity will be set automatically)*' + description: > + *ButtonPage04* + + *Icon which should be displayed (Default - an icon matching the entity will be set automatically)* default: [] selector: text: {} entity32_icon_color: name: Button 32 - ICON COLOR (Optional) - description: '* *Page "BUTTONPAGE04" - Icon color which should be displayed when button is on*' + description: > + *ButtonPage04* + + *Icon color which should be displayed when button is on* default: [0, 128, 248] #1055 Blue selector: *color-selector entity32_confirm: name: Confirm execution of the button press - TRUE/FALSE (Optional) default: false - description: '* *Page "BUTTONPAGE04" - Ask for confirmation to execute **Button32** action*' + description: > + *ButtonPage04* + + *Ask for confirmation to execute **Button32** action* selector: boolean: @@ -1570,720 +2228,1050 @@ The goal was to create a version that allows everyone to use the NSpanel fully l ##### Entity pages - Config ##### ##### PLACEHOLDER ###################################################################### placeholder11: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ ENTITY PAGE SETTINGS ✅ ' - default: 'entitypage' - selector: - select: - options: - - entitypage + name: ' ' + description: '# ✅ ENTITY PAGE SETTINGS ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### entitypages_enabled: name: Activate entity page - TRUE/FALSE (Optional) default: false - description: '* *"SYSTEM" - activate entity page and entity page Button on the home page* ' + description: > + *SYSTEM settings* + + *Activate entity page and entity page Button on the home page* selector: boolean: home_button06_icon: name: Entity page - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (Default mdi:format-list-bulleted-square) *' + description: > + *HOME page* + + *Icon which should be displayed (Default mdi:format-list-bulleted-square)* default: mdi:format-list-bulleted-square #EDCF selector: *icon-selector home_button06_icon_color: name: Entity page - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed (default color is set)*' + description: > + *HOME page* + + *Icon color which should be displayed (default color is set)* default: [200, 204, 200] #52857 Grey super light selector: *color-selector ##### Entity pages - Labels ##### ##### PLACEHOLDER ###################################################################### placeholder12: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ ENTITY PAGE 01 ✅ ' - default: 'entitypage01' - selector: - select: - options: - - entitypage01 + name: ' ' + description: '# ✅ ENTITY PAGE 01 ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### entity_page01_label: name: Entity page 01 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE01" - Label which should be displayed*' + description: > + *EntityPage01* + + *Label which should be displayed* default: [] selector: text: {} entity_page02_label: name: Entity page 02 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE02" - Label which should be displayed*' + description: > + *EntityPage02* + + *Label which should be displayed* default: [] selector: text: {} entity_page03_label: name: Entity page 03 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE03" - Label which should be displayed*' + description: > + *EntityPage03* + + *Label which should be displayed* default: [] selector: text: {} entity_page04_label: name: Entity page 04 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE04" - Label which should be displayed*' + description: > + *EntityPage04* + + *Label which should be displayed* default: [] selector: text: {} ##### Entity page 01 - Entities ##### entities_entity01: name: Entity 01 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE01" - entity which should be displayed*' + description: > + *EntityPage01* + + *Entity which should be displayed* default: [] selector: entity: entities_entity01_name: name: Entity 01 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE01" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage01* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity01_icon: name: Entity 01 - ICON (Optional) - description: '* *Page "ENTITYPAGE01" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage01* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity02: name: Entity 02 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE01" - entity which should be displayed*' + description: > + *EntityPage01* + + *Entity which should be displayed* default: [] selector: entity: entities_entity02_name: name: Entity 02 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE01" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage01* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity02_icon: name: Entity 02 - ICON (Optional) - description: '* *Page "ENTITYPAGE01" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage01* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity03: name: Entity 03 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE01" - entity which should be displayed*' + description: > + *EntityPage01* + + *Entity which should be displayed* default: [] selector: entity: entities_entity03_name: name: Entity 03 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE01" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage01* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity03_icon: name: Entity 03 - ICON (Optional) - description: '* *Page "ENTITYPAGE01" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage01* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity04: name: Entity 04 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE01" - entity which should be displayed*' + description: > + *EntityPage01* + + *Entity which should be displayed* default: [] selector: entity: entities_entity04_name: name: Entity 04 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE01" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage01* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity04_icon: name: Entity 04 - ICON (Optional) - description: '* *Page "ENTITYPAGE01" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage01* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity05: name: Entity 05 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE01" - entity which should be displayed*' + description: > + *EntityPage01* + + *Entity which should be displayed* default: [] selector: entity: entities_entity05_name: name: Entity 05 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE01" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage01* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity05_icon: name: Entity 05 - ICON (Optional) - description: '* *Page "ENTITYPAGE01" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage01* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity06: name: Entity 06 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE01" - entity which should be displayed*' + description: > + *EntityPage01* + + *Entity which should be displayed* default: [] selector: entity: entities_entity06_name: name: Entity 06 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE01" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage01* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity06_icon: name: Entity 06 - ICON (Optional) - description: '* *Page "ENTITYPAGE01" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage01* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity07: name: Entity 07 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE01" - entity which should be displayed*' + description: > + *EntityPage01* + + *Entity which should be displayed* default: [] selector: entity: entities_entity07_name: name: Entity 07 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE01" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage01* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity07_icon: name: Entity 07 - ICON (Optional) - description: '* *Page "ENTITYPAGE01" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage01* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity08: name: Entity 08 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE01" - entity which should be displayed*' + description: > + *EntityPage01* + + *Entity which should be displayed* default: [] selector: entity: entities_entity08_name: name: Entity 08 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE01" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage01* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity08_icon: name: Entity 08 - ICON (Optional) - description: '* *Page "ENTITYPAGE01" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage01* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector ##### Entity page 02 - Entities ##### ##### PLACEHOLDER ###################################################################### placeholder13: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ ENTITY PAGE 02 ✅ ' - default: 'entitypage02' - selector: - select: - options: - - entitypage02 + name: ' ' + description: '# ✅ ENTITY PAGE 02 ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### entities_entity09: name: Entity 09 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE02" - entity which should be displayed*' + description: > + *EntityPage02* + + *Entity which should be displayed* default: [] selector: entity: entities_entity09_name: name: Entity 09 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE02" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage02* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity09_icon: name: Entity 09 - ICON (Optional) - description: '* *Page "ENTITYPAGE02" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage02* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity10: name: Entity 10 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE02" - entity which should be displayed*' + description: > + *EntityPage02* + + *Entity which should be displayed* default: [] selector: entity: entities_entity10_name: name: Entity 10 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE02" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage02* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity10_icon: name: Entity 10 - ICON (Optional) - description: '* *Page "ENTITYPAGE02" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage02* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity11: name: Entity 11 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE02" - entity which should be displayed*' + description: > + *EntityPage02* + + *Entity which should be displayed* default: [] selector: entity: entities_entity11_name: name: Entity 11 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE02" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage02* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity11_icon: name: Entity 11 - ICON (Optional) - description: '* *Page "ENTITYPAGE02" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage02* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity12: name: Entity 12 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE02" - entity which should be displayed*' + description: > + *EntityPage02* + + *Entity which should be displayed* default: [] selector: entity: entities_entity12_name: name: Entity 12 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE02" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage02* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity12_icon: name: Entity 12 - ICON (Optional) - description: '* *Page "ENTITYPAGE02" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage02* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity13: name: Entity 13 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE02" - entity which should be displayed*' + description: > + *EntityPage02* + + *Entity which should be displayed* default: [] selector: entity: entities_entity13_name: name: Entity 13 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE02" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage02* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity13_icon: name: Entity 13 - ICON (Optional) - description: '* *Page "ENTITYPAGE02" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage02* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity14: name: Entity 14 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE02" - entity which should be displayed*' + description: > + *EntityPage02* + + *Entity which should be displayed* default: [] selector: entity: entities_entity14_name: name: Entity 14 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE02" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage02* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity14_icon: name: Entity 14 - ICON (Optional) - description: '* *Page "ENTITYPAGE02" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage02* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity15: name: Entity 15 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE02" - entity which should be displayed*' + description: > + *EntityPage02* + + *Entity which should be displayed* default: [] selector: entity: entities_entity15_name: name: Entity 15 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE02" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage02* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity15_icon: name: Entity 15 - ICON (Optional) - description: '* *Page "ENTITYPAGE02" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage02* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity16: name: Entity 16 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE02" - entity which should be displayed*' + description: > + *EntityPage02* + + *Entity which should be displayed* default: [] selector: entity: entities_entity16_name: name: Entity 16 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE02" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage02* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity16_icon: name: Entity 16 - ICON (Optional) - description: '* *Page "ENTITYPAGE02" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage02* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector ##### Entity page 03 - Entities ##### ##### PLACEHOLDER ###################################################################### placeholder14: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ ENTITY PAGE 03 ✅ ' - default: 'entitypage03' - selector: - select: - options: - - entitypage03 + name: ' ' + description: '# ✅ ENTITY PAGE 03 ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### entities_entity17: name: Entity 17 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE03" - entity which should be displayed*' + description: > + *EntityPage03* + + *Entity which should be displayed* default: [] selector: entity: entities_entity17_name: name: Entity 17 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE03" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage03* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity17_icon: name: Entity 17 - ICON (Optional) - description: '* *Page "ENTITYPAGE03" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage03* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity18: name: Entity 18 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE03" - entity which should be displayed*' + description: > + *EntityPage03* + + *Entity which should be displayed* default: [] selector: entity: entities_entity18_name: name: Entity 18 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE03" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage03* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity18_icon: name: Entity 18 - ICON (Optional) - description: '* *Page "ENTITYPAGE03" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage03* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity19: name: Entity 19 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE03" - entity which should be displayed*' + description: > + *EntityPage03* + + *Entity which should be displayed* default: [] selector: entity: entities_entity19_name: name: Entity 19 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE03" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage03* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity19_icon: name: Entity 19 - ICON (Optional) - description: '* *Page "ENTITYPAGE03" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage03* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity20: name: Entity 20 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE03" - entity which should be displayed*' + description: > + *EntityPage03* + + *Entity which should be displayed* default: [] selector: entity: entities_entity20_name: name: Entity 20 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE03" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage03* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity20_icon: name: Entity 20 - ICON (Optional) - description: '* *Page "ENTITYPAGE03" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage03* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity21: name: Entity 21 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE03" - entity which should be displayed*' + description: > + *EntityPage03* + + *Entity which should be displayed* default: [] selector: entity: entities_entity21_name: name: Entity 21 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE03" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage03* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity21_icon: name: Entity 21 - ICON (Optional) - description: '* *Page "ENTITYPAGE03" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage03* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity22: name: Entity 22 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE03" - entity which should be displayed*' + description: > + *EntityPage03* + + *Entity which should be displayed* default: [] selector: entity: entities_entity22_name: name: Entity 22 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE03" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage03* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity22_icon: name: Entity 22 - ICON (Optional) - description: '* *Page "ENTITYPAGE03" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage03* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity23: name: Entity 23 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE03" - entity which should be displayed*' + description: > + *EntityPage03* + + *Entity which should be displayed* default: [] selector: entity: entities_entity23_name: name: Entity 23 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE03" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage03* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity23_icon: name: Entity 23 - ICON (Optional) - description: '* *Page "ENTITYPAGE03" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage03* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity24: name: Entity 24 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE03" - entity which should be displayed*' + description: > + *EntityPage03* + + *Entity which should be displayed* default: [] selector: entity: entities_entity24_name: name: Entity 24 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE03" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage03* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity24_icon: name: Entity 24 - ICON (Optional) - description: '* *Page "ENTITYPAGE03" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage03* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector ##### Entity page 04 - Entities ##### ##### PLACEHOLDER ###################################################################### placeholder15: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ ENTITY PAGE 04 ✅ ' - default: 'entitypage04' - selector: - select: - options: - - entitypage04 + name: ' ' + description: '# ✅ ENTITY PAGE 04 ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### entities_entity25: name: Entity 25 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE04" - entity which should be displayed*' + description: > + *EntityPage04* + + *Entity which should be displayed* default: [] selector: entity: entities_entity25_name: name: Entity 25 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE04" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage04* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity25_icon: name: Entity 25 - ICON (Optional) - description: '* *Page "ENTITYPAGE04" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage04* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity26: name: Entity 26 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE04" - entity which should be displayed*' + description: > + *EntityPage04* + + *Entity which should be displayed* default: [] selector: entity: entities_entity26_name: name: Entity 26 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE04" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage04* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity26_icon: name: Entity 26 - ICON (Optional) - description: '* *Page "ENTITYPAGE04" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage04* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity27: name: Entity 27 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE04" - entity which should be displayed*' + description: > + *EntityPage04* + + *Entity which should be displayed* default: [] selector: entity: entities_entity27_name: name: Entity 27 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE04" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage04* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity27_icon: name: Entity 27 - ICON (Optional) - description: '* *Page "ENTITYPAGE04" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage04* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity28: name: Entity 28 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE04" - entity which should be displayed*' + description: > + *EntityPage04* + + *Entity which should be displayed* default: [] selector: entity: entities_entity28_name: name: Entity 28 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE04" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage04* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity28_icon: name: Entity 28 - ICON (Optional) - description: '* *Page "ENTITYPAGE04" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage04* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity29: name: Entity 29 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE04" - entity which should be displayed*' + description: > + *EntityPage04* + + *Entity which should be displayed* default: [] selector: entity: entities_entity29_name: name: Entity 29 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE04" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage04* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity29_icon: name: Entity 29 - ICON (Optional) - description: '* *Page "ENTITYPAGE04" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage04* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity30: name: Entity 30 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE04" - entity which should be displayed*' + description: > + *EntityPage04* + + *Entity which should be displayed* default: [] selector: entity: entities_entity30_name: name: Entity 30 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE04" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage04* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity30_icon: name: Entity 30 - ICON (Optional) - description: '* *Page "ENTITYPAGE04" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage04* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity31: name: Entity 31 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE04" - entity which should be displayed*' + description: > + *EntityPage04* + + *Entity which should be displayed* default: [] selector: entity: entities_entity31_name: name: Entity 31 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE04" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage04* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity31_icon: name: Entity 31 - ICON (Optional) - description: '* *Page "ENTITYPAGE04" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage04* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector entities_entity32: name: Entity 32 - ENTITY (Optional) - description: '* *Page "ENTITYPAGE04" - entity which should be displayed*' + description: > + *EntityPage04* + + *Entity which should be displayed* default: [] selector: entity: entities_entity32_name: name: Entity 32 name - LABEL (Optional) - description: '* *Page "ENTITYPAGE04" - Label which should be displayed (replaces the **"friendly_name"** of the entity)*' + description: > + *EntityPage04* + + *Label which should be displayed (replaces the **"friendly_name"** of the entity)* default: [] selector: text: {} entities_entity32_icon: name: Entity 32 - ICON (Optional) - description: '* *Page "ENTITYPAGE04" - Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)*' + description: > + *EntityPage04* + + *Icon which should be displayed (if not set, it would be used an icon from attributes, if available, or no icon is shown)* default: [] selector: *icon-selector ##### General Custom Design ##### ##### PLACEHOLDER ###################################################################### placeholder16: - name: 'Is only a placeholder without function for a better overview' - description: '# ✅ CUSTOM CONFIGURATION ✅ ' - default: 'configuration' - selector: - select: - options: - - configuration + name: ' ' + description: '# ✅ CUSTOM CONFIGURATION ✅' + default: ' ' + selector: *placeholder-selector ##### PLACEHOLDER ###################################################################### home_button04_icon: name: Notification - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (Default mdi:email) *' + description: > + *HOME page* + + *Icon which should be displayed (Default mdi:email)* default: mdi:email #  #E1ED selector: *icon-selector home_button04_icon_color01: name: Notification read - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed (default color is set)*' + description: > + *HOME page* + + *Icon color which should be displayed (default color is set)* default: [200, 204, 200] #52857 Grey super light #Grey super light selector: *color-selector home_button04_icon_color02: name: Notification unread - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed (default color is set)*' + description: > + *HOME page* + + *Icon color which should be displayed (default color is set)* default: [248, 0, 0] #63488 Red selector: *color-selector relay01_icon: name: Relay 01 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (Default mdi:numeric-1-box-outline) *' + description: > + *HOME page* + + *Icon which should be displayed (Default mdi:numeric-1-box-outline)* default: mdi:numeric-1-box-outline # îŽĨ #E3A5 selector: *icon-selector relay01_icon_color: name: Relay 01 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed (default color is set)*' + description: > + *HOME page* + + *Icon color which should be displayed (default color is set)* default: [128, 128, 128] #33808 Grey light selector: *color-selector relay02_icon: name: Relay 02 - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (Default mdi:numeric-2-box-outline) *' + description: > + *HOME page* + + *Icon which should be displayed (Default mdi:numeric-2-box-outline)* default: mdi:numeric-2-box-outline #  #E3A8 selector: *icon-selector relay02_icon_color: name: Relay 02 - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed (default color is set)*' + description: > + *HOME page* + + *Icon color which should be displayed (default color is set)* default: [128, 128, 128] #33808 Grey light selector: *color-selector thermostat_icon: name: Thermostat - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (Default mdi:thermometer) *' + description: > + *HOME page* + + *Icon which should be displayed (Default mdi:thermometer)* default: mdi:thermometer #  #E50E selector: *icon-selector heat_icon: name: Thermostat - ICON (Optional) - description: '* *Page "HOME" - Icon which should be displayed (Default mdi:thermometer-lines) *' + description: > + *HOME page* + + *Icon which should be displayed (Default mdi:thermometer-lines)* default: mdi:thermometer-lines #  #E50F selector: *icon-selector thermostat_icon_color: name: Thermostat / Heat - ICON COLOR (Optional) - description: '* *Page "HOME" - Icon color which should be displayed (default color is set)*' + description: > + *HOME page* + + *Icon color which should be displayed (default color is set)* default: [128, 128, 128] #33808 Grey light selector: *color-selector time_label_color: name: Time - LABEL COLOR (Optional) - description: '* *Page "HOME" - Label color which should be displayed (default color is set)*' + description: > + *HOME page* + + *Label color which should be displayed (default color is set)* default: [255, 255, 255] #65535 White selector: *color-selector date_label_color: name: Date - LABEL COLOR (Optional) - description: '* *Page "HOME" - Label color which should be displayed (default color is set)*' + description: > + *HOME page* + + *Label color which should be displayed (default color is set)* default: [255, 255, 255] #65535 White selector: *color-selector ###### Muss noch Raus ############################################################################################################################################################################### hotwatertemp: name: Hot Water Temperature Sensor (Optional) - description: '* *Choose your hot water sensor*' + description: > + *SYSTEM settings* + + *Choose your hot water sensor* default: [] selector: entity: @@ -2291,26 +3279,41 @@ The goal was to create a version that allows everyone to use the NSpanel fully l - sensor tft_path: name: Nextion TFT File Folder (Optional) - description: '* *TFT Path where the Nextion TFT File is stored. Attention! The **"Folder-Watcher"** must also be configured in the configuration.yaml. **Only necessary for manual upload of TFT file in ESPHome Advaced mode.** See HowTo*' + description: > + *SYSTEM settings* + + *TFT Path where the Nextion TFT File is stored. + + Attention! The **"Folder-Watcher"** must also be configured in the configuration.yaml. + + **Only necessary for manual upload of TFT file in ESPHome Advaced mode.** + + See HowTo* default: [] selector: text: {} - sync_value_ha: - name: Synchronization of all values (Optional) - description: '* *Synchronization of values between HA and NSPanel for Lightsetting and Coversetting Page -> Maybe causes number jumps*' - default: 'select_no' - selector: &sync-selector-bool - select: - options: - - label: 'No' - value: select_no - - label: 'Yes' - value: select_yes - sync_slider_ha: - name: Synchronization of all Sliders (Optional) - description: '* *Synchronization of sliders between HA and NSPanel for Lightsetting and Coversetting Page -> Maybe causes flickering on the Slider*' - default: 'select_no' - selector: *sync-selector-bool + #sync_value_ha: + # name: Synchronization of all values (Optional) + # description: > + # *SYSTEM settings* + + # *Synchronization of values between HA and NSPanel for Lightsetting and Coversetting Page -> Maybe causes number jumps* + # default: 'select_no' + # selector: &sync-selector-bool + # select: + # options: + # - label: 'No' + # value: select_no + # - label: 'Yes' + # value: select_yes + #sync_slider_ha: + # name: Synchronization of all Sliders (Optional) + # description: > + # *SYSTEM settings* + + # *Synchronization of sliders between HA and NSPanel for Lightsetting and Coversetting Page -> Maybe causes flickering on the Slider* + # default: 'select_no' + # selector: *sync-selector-bool # yamllint enable rule:line-length ############################################################# ##### CLOSE - INPUT #####