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

rework of zonenshutdown

parent b773f0fd
No related branches found
No related tags found
No related merge requests found
......@@ -279,55 +279,55 @@ automation ansible:
data:
skip_condition: true
target:
entity_id: automation.ansible_backcenter_off
entity_id: automation.ANSIBLE_ZONE_backcenter_aus
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_dreckcenter_off
entity_id: automation.ANSIBLE_ZONE_dreckcenter_aus
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_gehcenter_off
entity_id: automation.ANSIBLE_ZONE_gehcenter_aus
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_hackcenter_off
entity_id: automation.ANSIBLE_ZONE_hackcenter_aus
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_kackcenter_off
entity_id: automation.ANSIBLE_ZONE_kackcenter_aus
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_loetcenter_off
entity_id: automation.ANSIBLE_ZONE_loetcenter_aus
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_rackcenter_off
entity_id: automation.ANSIBLE_ZONE_rackcenter_aus
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_saal1_off
entity_id: automation.ANSIBLE_ZONE_saal1_aus
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_schnackcenter_off
entity_id: automation.ANSIBLE_ZONE_schnackcenter_aus
- action: automation.trigger
metadata: {}
data:
......@@ -351,55 +351,55 @@ automation ansible:
data:
skip_condition: true
target:
entity_id: automation.ansible_backcenter_on
entity_id: automation.ANSIBLE_ZONE_backcenter_an
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_dreckcenter_on
entity_id: automation.ANSIBLE_ZONE_dreckcenter_an
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_gehcenter_on
entity_id: automation.ANSIBLE_ZONE_gehcenter_an
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_hackcenter_on
entity_id: automation.ANSIBLE_ZONE_hackcenter_an
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_kackcenter_on
entity_id: automation.ANSIBLE_ZONE_kackcenter_an
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_loetcenter_on
entity_id: automation.ANSIBLE_ZONE_loetcenter_an
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_rackcenter_on
entity_id: automation.ANSIBLE_ZONE_rackcenter_an
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_saal1_on
entity_id: automation.ANSIBLE_ZONE_saal1_an
- action: automation.trigger
metadata: {}
data:
skip_condition: true
target:
entity_id: automation.ansible_schnackcenter_on
entity_id: automation.ANSIBLE_ZONE_schnackcenter_an
# set zonenstatus
- alias: ANSIBLE_zonenstatus_set
......@@ -699,7 +699,7 @@ automation ansible:
metadata: {}
data: {}
target:
area_id: backcenter
area_id: dreckcenter
mode: single
- alias: ANSIBLE_ZONE_gehcenter_aus
......@@ -796,12 +796,12 @@ automation ansible:
metadata: {}
data: {}
target:
area_id: saal1
area_id: saal_1
- action: switch.turn_off
metadata: {}
data: {}
target:
area_id: saal1
area_id: saal_1
mode: single
- alias: ANSIBLE_ZONE_schnackcenter_aus
......@@ -852,7 +852,7 @@ automation ansible:
metadata: {}
data: {}
target:
area_id: backcenter
area_id: dreckcenter
mode: single
- alias: ANSIBLE_ZONE_gehcenter_an
......@@ -949,12 +949,12 @@ automation ansible:
metadata: {}
data: {}
target:
area_id: saal1
area_id: saal_1
- action: switch.turn_on
metadata: {}
data: {}
target:
area_id: saal1
area_id: saal_1
mode: single
- alias: ANSIBLE_ZONE_schnackcenter_an
......
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