Smart Home Automation Forum
KC868-A16v3 ESPHome yaml for home assistant - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A16v3 (https://www.kincony.com/forum/forumdisplay.php?fid=68)
+--- Thread: KC868-A16v3 ESPHome yaml for home assistant (/showthread.php?tid=7615)

Pages: 1 2


RE: KC868-A16v3 ESPHome yaml for home assistant - hans-martijn - 12-11-2025

If you updated to the latest esphome, you have to alter the yaml for over the air updates:

# Before (implicit OTA in web server)
web_server:
port: 80

# After (explicit OTA platform required)
web_server:
port: 80

ota:
- platform: esphome # Your existing OTA method
- platform: web_server # Add this for web-based OTA uploads