Skip to content
Snippets Groups Projects
Commit 1cdfcd99 authored by jabertwo's avatar jabertwo
Browse files

automation um alle heizungen auszuschalten

parent a86c4708
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment