diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index a6b7b6b606192aa54adb3db8d5281b5a2e732944..54780ce1bed70edbd7c10744d93baa56e82650a9 100644
--- a/intern/docker_homeassistant/templates/config/configuration.yaml
+++ b/intern/docker_homeassistant/templates/config/configuration.yaml
@@ -59,7 +59,7 @@ binary_sensor:
     host: TL-SG3452X
     name: "Switch02"
     count: 3
-    scan_interval: 5 
+    scan_interval: 20 
 
 # https://www.home-assistant.io/integrations/rest_command/
 rest_command: 
@@ -96,7 +96,7 @@ input_select:
       - closed
     icon: mdi:door-open
 
-# current time for 
+# current time for zonenstatus telegram
 sensor:
   - platform: time_date
     display_options:
@@ -142,7 +142,7 @@ automation ansible:
                   option: closed
                 target:
                   entity_id: input_select.zonenstatus
-    mode: single
+    mode: restart
 
   # send zonenstatus to MQTT, REST
   - alias: ANSIBLE_zonenstatus_send_MQTT_REST
@@ -175,7 +175,7 @@ automation ansible:
             payload: CLOSED
         - service: rest_command.set_zone_status_closed
           data: {}
-    mode: single
+    mode: restart
 
   # send zonenstatus to telegram
   - alias: ANSIBLE_zonenstatus_send_telegram
@@ -207,4 +207,4 @@ automation ansible:
                   target: -1001893089134
                   timeout: 30
                   message: Die warpzone ist seit {{ '{{' }} states('sensor.time') {{ '}}' }} geschlossen!
-    mode: single
+    mode: restart