Skip to content
Snippets Groups Projects
Commit 8ace630a authored by jabertwo's avatar jabertwo
Browse files

Automatisierung um alle Heizungen einzushalten

parent 93d401ad
No related branches found
No related tags found
No related merge requests found
...@@ -312,6 +312,22 @@ automation ansible: ...@@ -312,6 +312,22 @@ automation ansible:
- climate.vortragsraum_vorne - climate.vortragsraum_vorne
mode: single mode: single
# turn on all radiators
- alias: ANSIBLE_heizung_an
description: Schaltet alle Heizungen aus
trigger: []
condition: []
action:
- service: climate.turn_on
target:
entity_id:
- climate.hackcenter_mitte
- climate.lounge_vorne
- climate.treppenhaus_thermostat_1
- climate.vortragsraum_vorne
- service:
mode: single
# Feinstaubsensor steuert Luftfilter # Feinstaubsensor steuert Luftfilter
- alias: ANSIBLE_Feinstaubsensor_Luftfilter - alias: ANSIBLE_Feinstaubsensor_Luftfilter
description: Feinstaubsensor steuer Luftfilter description: Feinstaubsensor steuer Luftfilter
......
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