From 2f17c5cda59731cae0a37a6870e816f86d8a7902 Mon Sep 17 00:00:00 2001
From: jabertwo <git@jabertwo.de>
Date: Thu, 6 Jul 2023 23:31:02 +0200
Subject: [PATCH] homeassistant automatisierungen via ansible - part 2

---
 .../docker_homeassistant/templates/config/configuration.yaml  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index c1652325..0ee6eb13 100644
--- a/intern/docker_homeassistant/templates/config/configuration.yaml
+++ b/intern/docker_homeassistant/templates/config/configuration.yaml
@@ -253,7 +253,7 @@ automation ansible:
   - alias: ANSIBLE_stromverbrauch_send_telegram
     description: Sendet alle 10 Minuten den Stromverbrauch per Telegram
     trigger:
-      - platform: time_platform
+      - platform: time_pattern
         minutes: /10
     condition: []
     action:
@@ -288,7 +288,6 @@ automation ansible:
           hours: 0
           minutes: 0
           seconds: 0
-    condition: []
     action:
       - service: mqtt.publish
         data:
@@ -305,7 +304,6 @@ automation ansible:
     condition: []
     action:
       - service: climate.turn_off
-        data: []
         target:
           entity_id:
             - climate.hackcenter_mitte
-- 
GitLab