change esphome lastclick

This commit is contained in:
Blackymas
2022-11-07 22:12:55 +01:00
parent 577985f283
commit 3ee83a1646
2 changed files with 56 additions and 21 deletions

View File

@@ -7,12 +7,16 @@ blueprint:
description: v2.0.0 - Configuration and synchronization NSpanele via Blueprint
domain: automation
input:
##### MAIN NAME #####
nspanel_name:
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]
description: 'Here you have to enter the exact same name "device_name" as in the ESPHome file. Example nspanel-name'
default: [nspanel-name]
selector:
text: {}
##### SYSTEM SETTINGS #####
language:
name: Language for NSPanel
description: 'select your language for the NSPanel Display'
@@ -55,6 +59,8 @@ blueprint:
value: select_no
- label: 'Yes'
value: select_yes
##### WEATHER #####
weather:
name: Weather Integration
description: 'select our Weather Integration'
@@ -69,6 +75,8 @@ blueprint:
default: []
selector:
text: {}
##### GENERAL ENTITYS #####
outdoortemp:
name: Outdoor Temperature Sensor (Optional)
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"*'
@@ -93,6 +101,8 @@ blueprint:
entity:
domain:
- sensor
##### HARDWARE BUTTONS #####
left_button_entity:
name: Left Button (Optional)
description: 'Left Hardware Button - Select the entity that should be switched'
@@ -104,7 +114,6 @@ blueprint:
- switch
- input_boolean
- cover
left_button_name:
name: Name "Left Button" (Optional)
description: 'Left Button label - 10 characters are supported'
@@ -129,7 +138,33 @@ blueprint:
selector:
text: {}
##### Button #####
##### COLOR PICKER #####
color_picker01:
name: Color Picker 01
description: 'Fast color selection in the Lightsettings menu '
selector:
select:
mode: dropdown
options:
- yellow
- yellow-orange
- orange
- red
- red-violett
- violett
- blue-violett
- blue
- cyan
- turquoise
- green
- green-yellow
- white-blue
- white
- white-light
- white-middle
- white-strong
##### BUTTONS #####
entity01:
name: Button 01 (Optional)
description: Nextion Editor - *buttonpage01.button01* **(ONLY light | switch | cover | input_boolean)**