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: !lambda 'return song_str;'
button:
##### EXIT REPARSE TFT DISPLAY #####
- name: ${device_name} Exit reparse
platform: template
icon: mdi:file-sync
id: tft_reparse_off
entity_category: config
on_press:
- logger.log: "Button pressed: Exit reparse"
- uart.write:
id: tf_uart
data: "DRAKJHSUYDGBNCJHGJKSHBDN"
- uart.write:
id: tf_uart
data: [0xFF, 0xFF, 0xFF]
#button:
# ##### EXIT REPARSE TFT DISPLAY #####
# - name: ${device_name} Exit reparse
# platform: template
# icon: mdi:file-sync
# id: tft_reparse_off
# entity_category: config
# on_press:
# - logger.log: "Button pressed: Exit reparse"
# - uart.write:
# id: tf_uart
# data: "DRAKJHSUYDGBNCJHGJKSHBDN"
# - uart.write:
# id: tf_uart
# data: [0xFF, 0xFF, 0xFF]
sensor:
##### Uptime Sensors #####