diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml
index 4efc5178031dd81855ad14a140208cde20eb3e58..e7080259fa30fcb0dd0a791d6043e4fb356f9270 100644
--- a/intern/docker_homeassistant/templates/config/configuration.yaml
+++ b/intern/docker_homeassistant/templates/config/configuration.yaml
@@ -248,3 +248,19 @@ automation ansible:
                   timeout: 30
                   message: Die warpzone ist seit {{ '{{' }} states('sensor.time') {{ '}}' }} geschlossen!
     mode: restart
+
+  #turn off all radiators
+  - alias: ANSIBLE_heizung_aus
+    description: "Schaltet alle Heizungen aus"
+    trigger: []
+    condition: []
+    action:
+      - service: climate.turn_off
+        data: []
+        target:
+          entity_id:
+            - climate.hackcenter_mitte
+            - climate.loung_vorne
+            - climate.treppenhaus_thermostat_1
+            - climate.vortragsraum_vorne
+    mode: single