ESPHome min version 2023.12.0
This commit is contained in:
@@ -14,7 +14,7 @@ substitutions:
|
||||
##### ESPHOME CONFIGURATION #####
|
||||
esphome:
|
||||
name: ${device_name}
|
||||
min_version: 2023.12.0b1
|
||||
min_version: 2023.12.0
|
||||
platformio_options:
|
||||
build_flags:
|
||||
- -Wno-missing-field-initializers
|
||||
@@ -1784,6 +1784,18 @@ script:
|
||||
- uart.write:
|
||||
id: tf_uart
|
||||
data: [0xFF, 0xFF, 0xFF]
|
||||
- uart.write:
|
||||
id: tf_uart
|
||||
data: "recmod=0"
|
||||
- uart.write:
|
||||
id: tf_uart
|
||||
data: [0xFF, 0xFF, 0xFF]
|
||||
- uart.write:
|
||||
id: tf_uart
|
||||
data: "recmod=0"
|
||||
- uart.write:
|
||||
id: tf_uart
|
||||
data: [0xFF, 0xFF, 0xFF]
|
||||
|
||||
- id: global_settings
|
||||
mode: restart
|
||||
|
||||
Reference in New Issue
Block a user