Merge branch 'beta' of https://github.com/Blackymas/NSPanel_HA_Blueprint into dev
This commit is contained in:
@@ -1818,6 +1818,45 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user