Skip to content

Commit

Permalink
Specify OTA platform
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jun 20, 2024
1 parent 65cfc06 commit 486d43f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions esp32-example-advanced-multiple-uarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ethernet:
phy_addr: 0

ota:
platform: esphome

logger:
baud_rate: 0
Expand Down
1 change: 1 addition & 0 deletions esp32-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
level: DEBUG
Expand Down
1 change: 1 addition & 0 deletions esp32-meter-gateway-multiple-uarts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
level: DEBUG
Expand Down
1 change: 1 addition & 0 deletions esp8266-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
level: DEBUG
Expand Down
1 change: 1 addition & 0 deletions esp8266-meter-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
level: DEBUG
Expand Down
1 change: 1 addition & 0 deletions modbus-examples/esp32-solax-x1-boost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
level: DEBUG
Expand Down
1 change: 1 addition & 0 deletions tests/esp8266-dummy-receiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
level: DEBUG
Expand Down
1 change: 1 addition & 0 deletions tests/esp8266-query-sdm230-floats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
level: DEBUG
Expand Down
1 change: 1 addition & 0 deletions tests/esp8266-query-sdm230.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
level: DEBUG
Expand Down

0 comments on commit 486d43f

Please sign in to comment.