From e9d4235f50c1450122c37838b294b0db9da476fd Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Fri, 28 Jun 2024 17:15:14 +0200
Subject: [PATCH] fix esphome ota

---
 intern/docker_esphome/templates/includes/common.inc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/intern/docker_esphome/templates/includes/common.inc.yaml b/intern/docker_esphome/templates/includes/common.inc.yaml
index c2e754e1..5bf1ac18 100644
--- a/intern/docker_esphome/templates/includes/common.inc.yaml
+++ b/intern/docker_esphome/templates/includes/common.inc.yaml
@@ -14,6 +14,7 @@ captive_portal:
 
 # Enable OTA
 ota:
+  - platform: esphome
 
 # Enable logging
 logger:
-- 
GitLab