From 81327f11056ac9c95c83256d2151731540d27472 Mon Sep 17 00:00:00 2001
From: 3D <3d@n3rd3d.com>
Date: Tue, 27 Dec 2022 00:50:21 +0100
Subject: [PATCH] fix indentation in popcorn

---
 intern/docker_esphome/templates/config/esphome_popcorn.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/intern/docker_esphome/templates/config/esphome_popcorn.yaml b/intern/docker_esphome/templates/config/esphome_popcorn.yaml
index 4152eb98..c161c760 100644
--- a/intern/docker_esphome/templates/config/esphome_popcorn.yaml
+++ b/intern/docker_esphome/templates/config/esphome_popcorn.yaml
@@ -30,8 +30,8 @@
         - switch.turn_off: turnmotor
         - switch.turn_off: warmlight
         - climate.control:
-          id: pid_heater
-          mode: "OFF"
+            id: pid_heater
+            mode: "OFF"
     - priority: -100
       then:
         - if:
-- 
GitLab