diff --git a/advanced/esphome/nspanel_esphome_core.yaml b/advanced/esphome/nspanel_esphome_core.yaml index b298fc6..bd70fed 100644 --- a/advanced/esphome/nspanel_esphome_core.yaml +++ b/advanced/esphome/nspanel_esphome_core.yaml @@ -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