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

remove old automations

parent 54e015ed
No related branches found
No related tags found
No related merge requests found
......@@ -301,79 +301,6 @@ automation ansible:
payload_template: "{{ '{{' }} states('input_number.dali_licht_hackcenter') | int {{ '}}' }}"
mode: restart
# turn off all radiators
- alias: ANSIBLE_heizung_aus
description: Schaltet alle Heizungen aus
trigger: []
condition: []
action:
- service: climate.turn_off
target:
entity_id:
- climate.hackcenter_mitte
- climate.lounge_vorne
- climate.treppenhaus_thermostat_1
- climate.vortragsraum_vorne
- climate.holzwerkstatt_vorne
- climate.kackcenter_klo
mode: single
# turn on all radiators
- alias: ANSIBLE_heizung_an
description: Schaltet alle Heizungen an
trigger: []
condition: []
action:
- service: climate.turn_on
target:
entity_id:
- climate.hackcenter_mitte
- climate.lounge_vorne
- climate.treppenhaus_thermostat_1
- climate.vortragsraum_vorne
- climate.holzwerkstatt_vorne
- climate.kackcenter_klo
- service: climate.set_temperature
target:
entity_id:
- climate.hackcenter_mitte
- climate.lounge_vorne
- climate.treppenhaus_termostat_1
- climate.vortragsraum_vorne
- climate.holzwerkstatt_vorne
- climate.kackcenter_klo
data:
temperature: 30
mode: single
# turn on all radiators to 18.5 degrees
- alias: ANSIBLE_heizung_18.5
description: Schaltet alle Heizungen auf 18.5 Grad
trigger: []
condition: []
action:
- service: climate.turn_on
target:
entity_id:
- climate.hackcenter_mitte
- climate.lounge_vorne
- climate.treppenhaus_thermostat_1
- climate.vortragsraum_vorne
- climate.holzwerkstatt_vorne
- climate.kackcenter_klo
- service: climate.set_temperature
target:
entity_id:
- climate.hackcenter_mitte
- climate.lounge_vorne
- climate.treppenhaus_termostat_1
- climate.vortragsraum_vorne
- climate.holzwerkstatt_vorne
- climate.kackcenter_klo
data:
temperature: 18.5
mode: single
# Feinstaubsensor steuert Luftfilter
- alias: ANSIBLE_Feinstaubsensor_Luftfilter
description: Feinstaubsensor steuer Luftfilter
......@@ -738,174 +665,6 @@ automation ansible:
- eingang
mode: queued
max: 30
# WLED default Lounge
- alias: "ANSIBLE_WLED_lounge_default"
description: WLED Default effect in der Lounge
trigger:
- type: turned_on
platform: device
device_id: 33915e12bd114226dcd4718e77a27779
entity_id: binary_sensor.button_4
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 0
condition: []
action:
- service: light.turn_on
data: {}
target:
area_id:
- kuche
- lounge
- serverriack
- service: select.select_option
data:
option: default
target:
entity_id:
- select.kueche_preset
- select.loungedecke_preset
- select.rack_preset
- select.theke_preset
- select.warpcubes_preset
- select.loungetisch_preset
- select.matrix01_preset
- select.vorhang_preset
- select.lampan_preset
- select.clock_preset
- select.fernseher01_preset
- service: rest_command.set_lounge_matrix_on
data: {}
mode: single
# WLED default hackcenter
- alias: "ANSIBLE_WLED_hackcenter_default"
description: WLED Default effect im hackcenter
trigger:
- type: turned_on
platform: device
device_id: 33915e12bd114226dcd4718e77a27779
entity_id: binary_sensor.button_1
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 0
condition: []
action:
- service: light.turn_on
data: {}
target:
area_id:
- hackcenter
- eingang
- service: select.select_option
data:
option: default
target:
entity_id:
- select.icicles_preset
- select.lightsaber01_preset
- select.lightsaber02_preset
- select.loetecke_preset
- select.schild_preset
- select.trocknerschlauch_preset
- service: light.turn_on
data:
rgb_color:
- 255
- 160
- 0
target:
device_id: d1d266daf7d11e675319fdae0226a197
mode: single
# WLED meteor lounge
- alias: "ANSIBLE_WLED_lounge_Meteor"
description: WLED Meteor effect in der Lounge
trigger:
- type: turned_on
platform: device
device_id: 33915e12bd114226dcd4718e77a27779
entity_id: binary_sensor.button_4
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 2
condition: []
action:
- service: light.turn_on
data: {}
target:
area_id:
- kuche
- lounge
- serverrack
- service: select.select_option
data:
option: Meteor
target:
entity_id:
- select.kueche_preset
- select.loetecke_preset
- select.loungedecke_preset
- select.rack_preset
- select.theke_preset
- select.warpcubes_preset
- select.loungetisch_preset
- select.matrix01_preset
- select.vorhang_preset
- select.lampan_preset
- select.clock_preset
- select.fernseher01_preset
mode: single
# WLED meteor Hackcenter
- alias: "ANSIBLE_WLED_Hackcenter_Meteor"
description: WLED Meteor effect im Hackcenter
trigger:
- type: turned_on
platform: device
device_id: 33915e12bd114226dcd4718e77a27779
entity_id: binary_sensor.button_1
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 2
condition: []
action:
- service: light.turn_on
data: {}
target:
area_id:
- hackcenter
- eingang
- service: select.select_option
data:
option: Meteor
target:
entity_id:
- select.icicles_preset
- select.lightsaber01_preset
- select.lightsaber02_preset
- select.loetecke_preset
- select.schild_preset
- select.trocknerschlauch_preset
- service: light.turn_on
data:
rgb_color:
- 255
- 0
- 238
target:
device_id: d1d266daf7d11e675319fdae0226a197
mode: single
# WLED Zonenstatus
- alias: "ANSIBLE_WLED_Zonenstatus"
......
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