upd: remove old comments

This commit is contained in:
Chris
2022-11-22 13:28:25 +01:00
parent 205679af0a
commit 5d3c1e238f

View File

@@ -1510,10 +1510,10 @@ action:
######################################################################################################################## ########################################################################################################################
# main - alias: "choose alias (name) - NEW VERSION" # main - alias: "choose alias (name)"
- choose: - choose:
##### NSPanel boot init ##### DONE ##### NSPanel boot init #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: nspanel_boot_init id: nspanel_boot_init
@@ -1890,7 +1890,7 @@ action:
message: " " message: " "
#### TFT Upload Automation ##### DONE #### TFT Upload Automation #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: tft_upload id: tft_upload
@@ -1901,7 +1901,7 @@ action:
data: {} data: {}
##### Update Button Page and Lightsettings / Coversettings Page ##### DONE ##### Update Button Page and Lightsettings / Coversettings Page #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: id:
@@ -2304,7 +2304,7 @@ action:
message: '0 %' message: '0 %'
##### Page Button - SHORT Press - Toggle Enities ##### DONE ##### Page Button - SHORT Press - Toggle Enities #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: short_press id: short_press
@@ -2359,7 +2359,7 @@ action:
entity_id: "{{ entity_short }}" entity_id: "{{ entity_short }}"
##### Page Button - LONG Press - JUMP to Page Lightsettings / Coversettings ##### DONE ##### Page Button - LONG Press - JUMP to Page Lightsettings / Coversettings #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: long_press id: long_press
@@ -2538,7 +2538,7 @@ action:
cmd: coversettings.cover_status.pic={{ cover_pic_closed }} cmd: coversettings.cover_status.pic={{ cover_pic_closed }}
##### LASTCLICK_LIGHTSETTINGS - Changes on page Light-Settings ##### DONE ##### LASTCLICK_LIGHTSETTINGS - Changes on page Light-Settings #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: light_settings id: light_settings
@@ -2608,7 +2608,7 @@ action:
cmd: "{{ entity_back }}" cmd: "{{ entity_back }}"
##### LASTCLICK_COVERSETTINGS - Changes on page Cover-Settings ##### DONE ##### LASTCLICK_COVERSETTINGS - Changes on page Cover-Settings #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: cover_settings id: cover_settings
@@ -2673,7 +2673,7 @@ action:
cmd: "{{ entity_back }}" cmd: "{{ entity_back }}"
##### LASTCLICK_CLIMATESETTINGS - Changes on page Climate-Settings ##### DONE ##### LASTCLICK_CLIMATESETTINGS - Changes on page Climate-Settings #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: climate_settings id: climate_settings
@@ -2825,7 +2825,7 @@ action:
temperature: "{{ new_setpoint }}" temperature: "{{ new_setpoint }}"
##### Left button press ##### DONE ##### Left button press #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: left_button_press id: left_button_press
@@ -2846,7 +2846,7 @@ action:
milliseconds: "{{ delay_value }}" milliseconds: "{{ delay_value }}"
##### Left button State ##### DONE ##### Left button State #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: left_button_state id: left_button_state
@@ -2866,7 +2866,7 @@ action:
cmd: home.left_bt_pic.pic={{ left_hardware_button_state }} cmd: home.left_bt_pic.pic={{ left_hardware_button_state }}
##### Right button press ##### DONE ##### Right button press #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: right_button_press id: right_button_press
@@ -2885,7 +2885,7 @@ action:
entity_id: "{{ right_button_entity }}" entity_id: "{{ right_button_entity }}"
##### Right button State ##### DONE ##### Right button State #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: right_button_state id: right_button_state
@@ -2905,7 +2905,7 @@ action:
cmd: home.right_bt_pic.pic={{ right_hardware_button_state }} cmd: home.right_bt_pic.pic={{ right_hardware_button_state }}
##### Date and Time Home Page ##### DONE ##### Date and Time Home Page #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: time_state id: time_state
@@ -2923,7 +2923,7 @@ action:
message: "{{ date01_mui }}" message: "{{ date01_mui }}"
##### Humidity ##### DONE ##### Humidity #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: humidity_state id: humidity_state
@@ -2934,7 +2934,7 @@ action:
message: "{{ trigger.event.data.new_state.state |round(0) }}%" message: "{{ trigger.event.data.new_state.state |round(0) }}%"
##### Hotwater Temp ##### DONE ##### Hotwater Temp #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: hotwatertemp_state id: hotwatertemp_state
@@ -2956,7 +2956,7 @@ action:
cmd: home.hotwater_pic.pic={{ hotwater_pic_on }} cmd: home.hotwater_pic.pic={{ hotwater_pic_on }}
##### Outdoor Temp Entity ##### DONE ##### Outdoor Temp Entity #####
- conditions: - conditions:
- condition: trigger - condition: trigger
id: outdoortemp_state id: outdoortemp_state
@@ -4620,8 +4620,6 @@ action:
cmd: home.icon_top_03.pic={{ top_menu_climate }} cmd: home.icon_top_03.pic={{ top_menu_climate }}
############################################################# #############################################################
##### CLOSE - Action ##### ##### CLOSE - Action #####