From 72988eac6dcf129fbd84ba555112cc81ef2f3a55 Mon Sep 17 00:00:00 2001 From: Jimmy Hedman Date: Fri, 13 Sep 2024 13:03:57 +0200 Subject: [PATCH] Added platform to ota --- Examples/ESPHome/1-Helloworld/yellowtft1.yaml | 1 + Examples/ESPHome/2-ESPHomeClock/yellowtft1.yaml | 1 + Examples/ESPHome/3-RGBLED/yellowtft1.yaml | 1 + Examples/ESPHome/4-TouchDemo/yellowtft1.yaml | 1 + Examples/ESPHome/5-TemperatureGraph/yellowtft1.yaml | 3 ++- Examples/ESPHome/6-VariousFeatures/yellowtft1.yaml | 1 + Examples/ESPHome/7-ExtendedTouchDemo/yellowtft1.yaml | 1 + 7 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Examples/ESPHome/1-Helloworld/yellowtft1.yaml b/Examples/ESPHome/1-Helloworld/yellowtft1.yaml index 4bb2bd8..71f6cec 100644 --- a/Examples/ESPHome/1-Helloworld/yellowtft1.yaml +++ b/Examples/ESPHome/1-Helloworld/yellowtft1.yaml @@ -51,6 +51,7 @@ api: # Set OTA password ota: + platform: esphome password: !secret ota_password # Setup WiFi credentials diff --git a/Examples/ESPHome/2-ESPHomeClock/yellowtft1.yaml b/Examples/ESPHome/2-ESPHomeClock/yellowtft1.yaml index b627e69..9b798f8 100644 --- a/Examples/ESPHome/2-ESPHomeClock/yellowtft1.yaml +++ b/Examples/ESPHome/2-ESPHomeClock/yellowtft1.yaml @@ -51,6 +51,7 @@ api: # Set OTA password ota: + platform: esphome password: !secret ota_password # Setup WiFi credentials diff --git a/Examples/ESPHome/3-RGBLED/yellowtft1.yaml b/Examples/ESPHome/3-RGBLED/yellowtft1.yaml index 204e257..37d4936 100644 --- a/Examples/ESPHome/3-RGBLED/yellowtft1.yaml +++ b/Examples/ESPHome/3-RGBLED/yellowtft1.yaml @@ -49,6 +49,7 @@ api: # Set OTA password ota: + platform: esphome password: !secret ota_password # Setup WiFi credentials diff --git a/Examples/ESPHome/4-TouchDemo/yellowtft1.yaml b/Examples/ESPHome/4-TouchDemo/yellowtft1.yaml index bc6b5b4..03357fe 100644 --- a/Examples/ESPHome/4-TouchDemo/yellowtft1.yaml +++ b/Examples/ESPHome/4-TouchDemo/yellowtft1.yaml @@ -51,6 +51,7 @@ api: # Set OTA password ota: + platform: esphome password: !secret ota_password # Setup WiFi credentials diff --git a/Examples/ESPHome/5-TemperatureGraph/yellowtft1.yaml b/Examples/ESPHome/5-TemperatureGraph/yellowtft1.yaml index 0406135..bf059ec 100644 --- a/Examples/ESPHome/5-TemperatureGraph/yellowtft1.yaml +++ b/Examples/ESPHome/5-TemperatureGraph/yellowtft1.yaml @@ -51,6 +51,7 @@ api: # Set OTA password ota: + platform: esphome password: !secret ota_password # Setup WiFi credentials @@ -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)); \ No newline at end of file + it.graph(20, 60, id(officegraph)); diff --git a/Examples/ESPHome/6-VariousFeatures/yellowtft1.yaml b/Examples/ESPHome/6-VariousFeatures/yellowtft1.yaml index ddd6b22..0d3c662 100644 --- a/Examples/ESPHome/6-VariousFeatures/yellowtft1.yaml +++ b/Examples/ESPHome/6-VariousFeatures/yellowtft1.yaml @@ -41,6 +41,7 @@ api: key: !secret api_key ota: + platform: esphome password: !secret ota_password wifi: diff --git a/Examples/ESPHome/7-ExtendedTouchDemo/yellowtft1.yaml b/Examples/ESPHome/7-ExtendedTouchDemo/yellowtft1.yaml index 4d723a7..3948e75 100644 --- a/Examples/ESPHome/7-ExtendedTouchDemo/yellowtft1.yaml +++ b/Examples/ESPHome/7-ExtendedTouchDemo/yellowtft1.yaml @@ -52,6 +52,7 @@ api: # Set OTA password ota: + platform: esphome password: !secret ota_password # Setup WiFi credentials