Skip to content

Commit

Permalink
tweak ota section
Browse files Browse the repository at this point in the history
  • Loading branch information
tinuva committed Jun 25, 2024
1 parent 8d2477c commit a9c64e7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions esphome/bluetooth-proxy-02.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ api:
key: "LFl//kXcO1OaBRunknllKRP09snbmmtgVk6ZUKfqtNs="

ota:
- platform: esphome
password: "e873124ce11a8cdb835f5592ad7c4af7"
platform: esphome
password: "e873124ce11a8cdb835f5592ad7c4af7"
num_attempts: 3
safe_mode: "no"

wifi:
ssid: !secret wifi_ssid
Expand Down
6 changes: 4 additions & 2 deletions esphome/bluetooth-proxy-03.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ api:
key: "iiQWvdUSXwt7tcQfLORWQlmjtC1WA/Ah5zP9819Rot4="

ota:
- platform: esphome
password: "44fc08955643860f3e11deea01cfb730"
platform: esphome
password: "44fc08955643860f3e11deea01cfb730"
num_attempts: 3
safe_mode: "no"

wifi:
ssid: !secret wifi_ssid
Expand Down
6 changes: 4 additions & 2 deletions esphome/bluetooth-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ api:
key: "HqdFDgUd1KELwFP0o9vYSn7U1UvS/DQRegkNliMCmQk="

ota:
- platform: esphome
password: "647e232021c2d612ec6d2e6a5aaeaad5"
platform: esphome
password: "647e232021c2d612ec6d2e6a5aaeaad5"
num_attempts: 3
safe_mode: "no"

wifi:
ssid: !secret wifi_ssid
Expand Down

0 comments on commit a9c64e7

Please sign in to comment.