Remove "Exit reparse" button
It's functionality is now embedded in the Upload TFT calls.
This commit is contained in:
@@ -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 #####
|
||||
|
||||
Reference in New Issue
Block a user