From 3e095a6f1c962d40c3cfecea70c5faa2a250a1a3 Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Fri, 23 Jun 2023 19:29:43 +0200
Subject: [PATCH] do not turn off prusanet on zonenstatus close

---
 intern/docker_esphome/templates/config/esphome_plug08.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/intern/docker_esphome/templates/config/esphome_plug08.yaml b/intern/docker_esphome/templates/config/esphome_plug08.yaml
index 78daa4fb..5c118347 100644
--- a/intern/docker_esphome/templates/config/esphome_plug08.yaml
+++ b/intern/docker_esphome/templates/config/esphome_plug08.yaml
@@ -15,10 +15,6 @@
       payload: "OFF"
       then:
         - switch.turn_off: relay
-    - topic: warpzone/door/status
-      payload: "CLOSED"
-      then:
-        - switch.turn_off: relay
         
 substitutions:
   plug_name: {{ devicename }}
-- 
GitLab