Skip to content

Commit

Permalink
Added platform to ota
Browse files Browse the repository at this point in the history
  • Loading branch information
HeMan authored and TheNitek committed Sep 15, 2024
1 parent c4c60bf commit 72988ea
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Examples/ESPHome/1-Helloworld/yellowtft1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ api:

# Set OTA password
ota:
platform: esphome
password: !secret ota_password

# Setup WiFi credentials
Expand Down
1 change: 1 addition & 0 deletions Examples/ESPHome/2-ESPHomeClock/yellowtft1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ api:

# Set OTA password
ota:
platform: esphome
password: !secret ota_password

# Setup WiFi credentials
Expand Down
1 change: 1 addition & 0 deletions Examples/ESPHome/3-RGBLED/yellowtft1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ api:

# Set OTA password
ota:
platform: esphome
password: !secret ota_password

# Setup WiFi credentials
Expand Down
1 change: 1 addition & 0 deletions Examples/ESPHome/4-TouchDemo/yellowtft1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ api:

# Set OTA password
ota:
platform: esphome
password: !secret ota_password

# Setup WiFi credentials
Expand Down
3 changes: 2 additions & 1 deletion Examples/ESPHome/5-TemperatureGraph/yellowtft1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ api:

# Set OTA password
ota:
platform: esphome
password: !secret ota_password

# Setup WiFi credentials
Expand Down Expand Up @@ -162,4 +163,4 @@ display:
if (id(temperature).has_state()) {
it.printf(160, 0, id(arimo48), TextAlign::TOP_CENTER, "%.1f °C", id(temperature).state);
}
it.graph(20, 60, id(officegraph));
it.graph(20, 60, id(officegraph));
1 change: 1 addition & 0 deletions Examples/ESPHome/6-VariousFeatures/yellowtft1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ api:
key: !secret api_key

ota:
platform: esphome
password: !secret ota_password

wifi:
Expand Down
1 change: 1 addition & 0 deletions Examples/ESPHome/7-ExtendedTouchDemo/yellowtft1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ api:

# Set OTA password
ota:
platform: esphome
password: !secret ota_password

# Setup WiFi credentials
Expand Down

0 comments on commit 72988ea

Please sign in to comment.