Blueprint Descriptions changed

This commit is contained in:
Blackymas
2022-11-06 01:28:03 +01:00
parent 89b7b15bad
commit 1519c072a1
2 changed files with 21 additions and 20 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -8,13 +8,14 @@ blueprint:
domain: automation domain: automation
input: input:
nspanel_name: nspanel_name:
name: NSPanel Name name: ESPhome Node 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 description: 'Here you have to enter the exact same name "node_name" as in the ESPHome file. Example nspanel_name'
default: [nspanel_name]
selector: selector:
text: {} text: {}
language: language:
name: Language for NSPanel (coming soon) name: Language for NSPanel
description: select your language for the values on the NSPanel Display description: 'select your language for the NSPanel Display'
selector: selector:
select: select:
options: options:
@@ -22,19 +23,19 @@ blueprint:
- EN - EN
tft_path: tft_path:
name: Nextion TFT File Folder for the service Folder Watcher 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] default: [/config/www/nspanel/nspanel.tft]
selector: selector:
text: {} text: {}
delay: delay:
name: Delay to avoid sync problems (coming soon) 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] default: [10]
selector: selector:
text: {} text: {}
sync_value_ha: sync_value_ha:
name: Synchronization of the values in the Light Settings and Cover Settings submenus name: Synchronization of all values from HA to NSPanel for Lightsetting and Coversetting Page.
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 description: 'Synchronization of values between HA and NSPanel for Lightsetting and Coversetting Page -> Maybe causes number jumps'
default: 'No' default: 'No'
selector: selector:
select: select:
@@ -44,8 +45,8 @@ blueprint:
- label: 'Yes' - label: 'Yes'
value: select_yes value: select_yes
sync_slider_ha: sync_slider_ha:
name: Synchronization of the Slider in the Light Settings and Cover Settings submenus name: Synchronization of all Sliders from HA to NSPanel for LIGHTSETTING and COVERSETTING Page.
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 description: 'Synchronization of sliders between HA and NSPanel for Lightsetting and Coversetting Page -> Maybe causes flickering on the Slider'
default: 'No' default: 'No'
selector: selector:
select: select:
@@ -55,8 +56,8 @@ blueprint:
- label: 'Yes' - label: 'Yes'
value: select_yes value: select_yes
weather: weather:
name: Weather Integration (coming soon) name: Weather Integration
description: select our Weather Integration description: 'select our Weather Integration'
selector: selector:
select: select:
options: options:
@@ -64,13 +65,13 @@ blueprint:
- AccuWeather - AccuWeather
accuweather: accuweather:
name: Name assigned to the AccuWeather Integration (Optional) 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: [] default: []
selector: selector:
text: {} text: {}
outdoortemp: outdoortemp:
name: Outdoor Temperature Sensor (Optional) 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: [] default: []
selector: selector:
entity: entity:
@@ -78,7 +79,7 @@ blueprint:
- sensor - sensor
humidity: humidity:
name: Humidity Sensor (Optional) 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: [] default: []
selector: selector:
entity: entity:
@@ -86,7 +87,7 @@ blueprint:
- sensor - sensor
hotwatertemp: hotwatertemp:
name: Hot Water Temperature Sensor (Optional) 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: [] default: []
selector: selector:
entity: entity:
@@ -94,7 +95,7 @@ blueprint:
- sensor - sensor
left_button_entity: left_button_entity:
name: Left Button (Optional) 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: [] default: []
selector: selector:
entity: entity:
@@ -106,13 +107,13 @@ blueprint:
left_button_name: left_button_name:
name: Name "Left Button" (Optional) name: Name "Left Button" (Optional)
description: Left Button label - 10 characters are supported description: 'Left Button label - 10 characters are supported'
default: [] default: []
selector: selector:
text: {} text: {}
right_button_entity: right_button_entity:
name: Right Button (Optional) 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: [] default: []
selector: selector:
entity: entity:
@@ -123,7 +124,7 @@ blueprint:
- cover - cover
right_button_name: right_button_name:
name: Name "Right Button" (Optional) name: Name "Right Button" (Optional)
description: Right Button label - 10 characters are supported description: 'Right Button label - 10 characters are supported'
default: [] default: []
selector: selector:
text: {} text: {}