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