diff --git a/.test/esphome_advanced_climate_heat_customizations.yaml b/.test/esphome_advanced_climate_heat_customizations.yaml index d42d430..f442331 100644 --- a/.test/esphome_advanced_climate_heat_customizations.yaml +++ b/.test/esphome_advanced_climate_heat_customizations.yaml @@ -32,20 +32,20 @@ bluetooth_proxy: button: ##### UPDATE TFT BLANK DISPLAY ##### - - name: ${device_name} Update TFT display (blank) - platform: template - icon: mdi:file-sync - id: tft_update_blank - entity_category: config - on_press: - - logger.log: "Button pressed: Update TFT display (blank)" - - binary_sensor.template.publish: - id: nextion_init - state: false - - delay: 16ms - - lambda: |- - id(disp1)->set_tft_url("${nextion_update_blank_url}"); - id(disp1).upload_tft(); + #- name: ${device_name} Update TFT display (blank) + # platform: template + # icon: mdi:file-sync + # id: tft_update_blank + # entity_category: config + # on_press: + # - logger.log: "Button pressed: Update TFT display (blank)" + # - binary_sensor.template.publish: + # id: nextion_init + # state: false + # - delay: 16ms + # - lambda: |- + # id(disp1)->set_tft_url("${nextion_update_blank_url}"); + # id(disp1).upload_tft(); # Adds a button to put the panel to sleep - name: ${device_name} Sleep id: force_sleep