Resolve validation

This commit is contained in:
Edward Firmo
2023-09-18 02:37:53 +02:00
parent 873eef75ca
commit 0a1a0a811a
2 changed files with 1 additions and 49 deletions

View File

@@ -1818,45 +1818,6 @@ select:
set_action:
- script.execute: update_page_screensaver
##### dimming-timeout #####
#- platform: template
# name: ${device_name} Dimming timeout
# id: dimming_timeout
# entity_category: config
# min_value: 0
# max_value: 60
# initial_value: 15
# step: 1
# restore_value: true
# optimistic: true
select:
- id: wakeup_page_name
name: ${device_name} Wake-up page
platform: template
options:
- home
- buttonpage01
- buttonpage02
- buttonpage03
- buttonpage04
- entitypage01
- entitypage02
- entitypage03
- entitypage04
- qrcode
- alarm
initial_option: home
optimistic: true
restore_value: true
internal: false
entity_category: config
icon: mdi:page-next-outline
#set_action:
# - logger.log:
# format: "Wake-up page set: %s"
# args: ["x.c_str()"]
##### START - DISPLAY START CONFIGURATION #####
display:
- id: disp1
@@ -1884,11 +1845,6 @@ display:
{"step", "start"}
});
- delay: 1s
#- if:
# condition:
# switch.is_off: sleep_mode
# then: *sleep_mode-turn_off
# else: *sleep_mode-turn_on
- lambda: |-
// Set dimming values
id(display_brightness).publish_state(id(display_brightness_global));