From 1519c072a140cc489af2937cb9debe3f590aeb5f Mon Sep 17 00:00:00 2001 From: Blackymas Date: Sun, 6 Nov 2022 01:28:03 +0100 Subject: [PATCH] Blueprint Descriptions changed --- .DS_Store | Bin 6148 -> 6148 bytes blueprint.yaml | 41 +++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/.DS_Store b/.DS_Store index 35fa8938248a572de1ba2b0ec138389835a429a4..277feeb742f8433aebc226c354048367847973ef 100644 GIT binary patch delta 36 qcmZoMXffFEnU$ZLA&;S$p@1O~NT)L7Z02M8$vClrXEQs;Uw#0@(hA4` delta 45 ycmZoMXffFEnN?blA&;S$p@1O~NT)L7FvK$?F_Z#XMGX0ynb>|ZZf58B%MSn-)C?^E diff --git a/blueprint.yaml b/blueprint.yaml index 9331f03..cfe0571 100644 --- a/blueprint.yaml +++ b/blueprint.yaml @@ -8,13 +8,14 @@ blueprint: domain: automation input: nspanel_name: - name: NSPanel Name - description: Name NSPanel. Esphome Dive Name is "Nspanel Buero" then HA make it the entity name "nspanel_buero". So nspanel_buero must be entered here. The correct name can also be found if you search for "last_click" under Entities -> sensor.nspanel_buero_last_click + name: ESPhome Node Name + description: 'Here you have to enter the exact same name "node_name" as in the ESPHome file. Example nspanel_name' + default: [nspanel_name] selector: text: {} language: - name: Language for NSPanel (coming soon) - description: select your language for the values on the NSPanel Display + name: Language for NSPanel + description: 'select your language for the NSPanel Display' selector: select: options: @@ -22,19 +23,19 @@ blueprint: - EN tft_path: name: Nextion TFT File Folder for the service Folder Watcher - description: 'TFT Path where the Nextion TFT File is stored. ESPHome Example *"/config/www/nspanel/nspanel.tft"*' + description: 'TFT Path where the Nextion TFT File is stored ESPHome Example *"/config/www/nspanel/nspanel.tft"* Attention! The folder watcher must also be configured in the configuration.yaml. Only needed for manual upload of the TFT file. See HowTo' default: [/config/www/nspanel/nspanel.tft] selector: text: {} delay: name: Delay to avoid sync problems (coming soon) - description: Synchronization problems may occur due to the NETWORK / WLAN. To avoid this problem enter your value for the delay (milliseconds) + description: 'Synchronization Problems may occur due to the NETWORK / WLAN. To avoid this problem enter your value for the delay (milliseconds)' default: [10] selector: text: {} sync_value_ha: - name: Synchronization of the values in the Light Settings and Cover Settings submenus - description: This means that if the Light Settings or Cover Settings submenu is open and the state is changed via HA - the changes to the Brightness and Tempcolor values are changed immediately. -> Causes numbers jumps + name: Synchronization of all values from HA to NSPanel for Lightsetting and Coversetting Page. + description: 'Synchronization of values between HA and NSPanel for Lightsetting and Coversetting Page -> Maybe causes number jumps' default: 'No' selector: select: @@ -44,8 +45,8 @@ blueprint: - label: 'Yes' value: select_yes sync_slider_ha: - name: Synchronization of the Slider in the Light Settings and Cover Settings submenus - description: This means that if the Light Settings or Cover Settings submenu is open and the state is changed via HA - the changes to the Brightness and Tempcolor sliders are changed immediately. -> Causes flickering on the slider + name: Synchronization of all Sliders from HA to NSPanel for LIGHTSETTING and COVERSETTING Page. + description: 'Synchronization of sliders between HA and NSPanel for Lightsetting and Coversetting Page -> Maybe causes flickering on the Slider' default: 'No' selector: select: @@ -55,8 +56,8 @@ blueprint: - label: 'Yes' value: select_yes weather: - name: Weather Integration (coming soon) - description: select our Weather Integration + name: Weather Integration + description: 'select our Weather Integration' selector: select: options: @@ -64,13 +65,13 @@ blueprint: - AccuWeather accuweather: name: Name assigned to the AccuWeather Integration (Optional) - description: Name assigned to the AccuWeather Integration. For Example - Accuweather Intergations name is Home Weather -> Then please write * home_weather * in it. You can find the needed value in your entities + description: 'If you use Accuweather Integration, the name of the Accuweather Integration must be entered here. ATTENTION! You must enter the name as specified in the entity. Example name is *"Home"* Weather then please write *"home_weather"*' default: [] selector: text: {} outdoortemp: name: Outdoor Temperature Sensor (Optional) - description: select the Temperature Sensor. If no outdoor sensor available write "default" or "accuweather" to use the outdoor temperature of the selected Weather Integration. This value is displayed on the Home Page an Thermostat Page + description: 'If no outdoor sensor is available, leave the field empty. If this field is not filled in, the outdoor temperature will be taken from your selected weather integration. If an entity is selected, the value is displayed on the *"Home Page"* and *"Thermostat Page"*' default: [] selector: entity: @@ -78,7 +79,7 @@ blueprint: - sensor humidity: name: Humidity Sensor (Optional) - description: select the humidity Sensor. This value is displayed on the Home Page + description: 'If an entity is selected, the value is displayed on the *"Home Page"*' default: [] selector: entity: @@ -86,7 +87,7 @@ blueprint: - sensor hotwatertemp: name: Hot Water Temperature Sensor (Optional) - description: select the hot water Sensor. This value is displayed on the Home Page an Thermostat Page + description: 'If an entity is selected, the value is displayed on the *"Home Page"* and *"Thermostat Page"*' default: [] selector: entity: @@ -94,7 +95,7 @@ blueprint: - sensor left_button_entity: name: Left Button (Optional) - description: Left Hardware Button - Select the entity that should be switched + description: 'Left Hardware Button - Select the entity that should be switched' default: [] selector: entity: @@ -106,13 +107,13 @@ blueprint: left_button_name: name: Name "Left Button" (Optional) - description: Left Button label - 10 characters are supported + description: 'Left Button label - 10 characters are supported' default: [] selector: text: {} right_button_entity: name: Right Button (Optional) - description: Right Hardware Button - Select the entity that should be switched + description: 'Right Hardware Button - Select the entity that should be switched' default: [] selector: entity: @@ -123,7 +124,7 @@ blueprint: - cover right_button_name: name: Name "Right Button" (Optional) - description: Right Button label - 10 characters are supported + description: 'Right Button label - 10 characters are supported' default: [] selector: text: {}