upd: OTA in examples and tests was changed to match the ESPHome 2024.6.0

This commit is contained in:
GrKoR
2024-07-20 23:01:50 +03:00
parent 5b229da380
commit f859e656a4
9 changed files with 17 additions and 8 deletions

View File

@@ -36,7 +36,8 @@ api:
password: !secret api_pass password: !secret api_pass
ota: ota:
password: !secret ota_pass - platform: esphome
password: !secret ota_pass
web_server: web_server:
port: 80 port: 80

View File

@@ -30,6 +30,7 @@ logger:
api: api:
ota: ota:
- platform: esphome
# UART0 configuration for AUX air conditioner communication # UART0 configuration for AUX air conditioner communication
uart: uart:

View File

@@ -35,7 +35,8 @@ api:
reboot_timeout: 0s reboot_timeout: 0s
ota: ota:
password: !secret ota_pass - platform: esphome
password: !secret ota_pass
uart: uart:
id: ac_uart_bus id: ac_uart_bus

View File

@@ -53,7 +53,8 @@ api:
return data; return data;
ota: ota:
password: !secret ota_pass - platform: esphome
password: !secret ota_pass
web_server: web_server:
port: 80 port: 80

View File

@@ -35,7 +35,8 @@ api:
reboot_timeout: 0s reboot_timeout: 0s
ota: ota:
password: !secret ota_pass - platform: esphome
password: !secret ota_pass
web_server: web_server:
port: 80 port: 80

View File

@@ -35,7 +35,8 @@ api:
reboot_timeout: 0s reboot_timeout: 0s
ota: ota:
password: !secret ota_pass - platform: esphome
password: !secret ota_pass
web_server: web_server:
port: 80 port: 80

View File

@@ -35,7 +35,8 @@ api:
reboot_timeout: 0s reboot_timeout: 0s
ota: ota:
password: !secret ota_pass - platform: esphome
password: !secret ota_pass
web_server: web_server:
port: 80 port: 80

View File

@@ -35,7 +35,8 @@ api:
reboot_timeout: 0s reboot_timeout: 0s
ota: ota:
password: !secret ota_pass - platform: esphome
password: !secret ota_pass
web_server: web_server:
port: 80 port: 80

View File

@@ -32,7 +32,8 @@ api:
reboot_timeout: 0s reboot_timeout: 0s
ota: ota:
password: !secret ota_pass - platform: esphome
password: !secret ota_pass
uart: uart:
id: ac_uart_bus id: ac_uart_bus