From 793d5c4a064d9b2fc732272ba7ea620b1fbae80b Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 7 Oct 2025 21:24:52 +0200 Subject: esphome: update to latest release --- esphome/config/tvlight.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'esphome/config/tvlight.yaml') diff --git a/esphome/config/tvlight.yaml b/esphome/config/tvlight.yaml index 1aea51a..3805888 100644 --- a/esphome/config/tvlight.yaml +++ b/esphome/config/tvlight.yaml @@ -1,6 +1,7 @@ esphome: name: tvlight - platform: ESP8266 + +esp8266: board: d1_mini # Enable logging @@ -13,7 +14,8 @@ api: # OTA ota: - password: !secret ota_password + - platform: esphome + password: !secret ota_password # WiFi Credentials wifi: -- cgit v1.2.3