Remove test blank button
This commit is contained in:
@@ -32,20 +32,20 @@ bluetooth_proxy:
|
|||||||
|
|
||||||
button:
|
button:
|
||||||
##### UPDATE TFT BLANK DISPLAY #####
|
##### UPDATE TFT BLANK DISPLAY #####
|
||||||
- name: ${device_name} Update TFT display (blank)
|
#- name: ${device_name} Update TFT display (blank)
|
||||||
platform: template
|
# platform: template
|
||||||
icon: mdi:file-sync
|
# icon: mdi:file-sync
|
||||||
id: tft_update_blank
|
# id: tft_update_blank
|
||||||
entity_category: config
|
# entity_category: config
|
||||||
on_press:
|
# on_press:
|
||||||
- logger.log: "Button pressed: Update TFT display (blank)"
|
# - logger.log: "Button pressed: Update TFT display (blank)"
|
||||||
- binary_sensor.template.publish:
|
# - binary_sensor.template.publish:
|
||||||
id: nextion_init
|
# id: nextion_init
|
||||||
state: false
|
# state: false
|
||||||
- delay: 16ms
|
# - delay: 16ms
|
||||||
- lambda: |-
|
# - lambda: |-
|
||||||
id(disp1)->set_tft_url("${nextion_update_blank_url}");
|
# id(disp1)->set_tft_url("${nextion_update_blank_url}");
|
||||||
id(disp1).upload_tft();
|
# id(disp1).upload_tft();
|
||||||
# Adds a button to put the panel to sleep
|
# Adds a button to put the panel to sleep
|
||||||
- name: ${device_name} Sleep
|
- name: ${device_name} Sleep
|
||||||
id: force_sleep
|
id: force_sleep
|
||||||
|
|||||||
Reference in New Issue
Block a user