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 88385a6 commit a101a72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
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:
baud_rate: 0
Expand Down
1 change: 1 addition & 0 deletions esp8266-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
baud_rate: 0
Expand Down
1 change: 1 addition & 0 deletions tests/esp8266-test-ping.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-test-pong.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-test-protocols.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 a101a72

Please sign in to comment.