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 bd52417 commit ee571f4
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions esp32-ble-example-multiple-devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome
on_begin:
then:
- switch.turn_off: ble_client_switch0
Expand Down
1 change: 1 addition & 0 deletions esp32-ble-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome
on_begin:
then:
- switch.turn_off: ble_client_switch0
Expand Down
1 change: 1 addition & 0 deletions esp32-ble-jk04-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome
on_begin:
then:
- switch.turn_off: ble_client_switch0
Expand Down
1 change: 1 addition & 0 deletions esp32-ble-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

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

ota:
platform: esphome
on_begin:
then:
- switch.turn_off: ble_client_switch0
Expand Down
1 change: 1 addition & 0 deletions esp32-ble-v11-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome
on_begin:
then:
- switch.turn_off: ble_client_switch0
Expand Down
1 change: 1 addition & 0 deletions esp32-ble-v11-old-style-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome
on_begin:
then:
- switch.turn_off: ble_client_switch0
Expand Down
1 change: 1 addition & 0 deletions esp32-example-multiple-devices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome

logger:
level: DEBUG
Expand Down
1 change: 1 addition & 0 deletions esp32-example.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 esp32-heltec-balancer-ble-example.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
on_begin:
then:
- switch.turn_off: ble_client_switch0
Expand Down
1 change: 1 addition & 0 deletions esp32-jk-pb-modbus-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:
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:
baud_rate: 0
Expand Down
1 change: 1 addition & 0 deletions tests/esp8266-fake-bms.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 yaml-snippets/esp32-ble-block-traffic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome
on_begin:
then:
- switch.turn_off: ble_client_switch0
Expand Down
1 change: 1 addition & 0 deletions yaml-snippets/esp32-ble-energy-dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ wifi:
password: !secret wifi_password

ota:
platform: esphome
on_begin:
then:
- switch.turn_off: ble_client_switch0
Expand Down

0 comments on commit ee571f4

Please sign in to comment.