Remove "Exit reparse" button

It's functionality is now embedded in the Upload TFT calls.
This commit is contained in:
Edward Firmo
2023-11-03 17:43:06 +01:00
parent 9fa172ef36
commit 955a7fbd8b

View File

@@ -27,21 +27,21 @@ api:
- rtttl.play: - rtttl.play:
rtttl: !lambda 'return song_str;' rtttl: !lambda 'return song_str;'
button: #button:
##### EXIT REPARSE TFT DISPLAY ##### # ##### EXIT REPARSE TFT DISPLAY #####
- name: ${device_name} Exit reparse # - name: ${device_name} Exit reparse
platform: template # platform: template
icon: mdi:file-sync # icon: mdi:file-sync
id: tft_reparse_off # id: tft_reparse_off
entity_category: config # entity_category: config
on_press: # on_press:
- logger.log: "Button pressed: Exit reparse" # - logger.log: "Button pressed: Exit reparse"
- uart.write: # - uart.write:
id: tf_uart # id: tf_uart
data: "DRAKJHSUYDGBNCJHGJKSHBDN" # data: "DRAKJHSUYDGBNCJHGJKSHBDN"
- uart.write: # - uart.write:
id: tf_uart # id: tf_uart
data: [0xFF, 0xFF, 0xFF] # data: [0xFF, 0xFF, 0xFF]
sensor: sensor:
##### Uptime Sensors ##### ##### Uptime Sensors #####