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

homeassistant automatisierungen via ansible - part 4

parent 7ada655d
No related branches found
No related tags found
No related merge requests found
......@@ -402,7 +402,7 @@ automation ansible:
platform: device
device_id: 33915e12bd114226dcd4718e77a27779
entity_id: binary_sensor.button_2
domain: binary_sensors
domain: binary_sensor
condition: []
action:
- service: light.turn_on
......@@ -442,3 +442,95 @@ automation ansible:
- serverrack
mode: queued
max: 30
# WLED default
alias: "ANSIBLE_WLED_default"
description: WLED Default effect
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
- kuche
- lounge
- serverrack
- service: select.select_option
data:
option: default
target:
entity_id:
- select.icicles_preset
- select.klo_preset
- select.kueche_preset
- select.lightsaber01_preset
- select.lightsaber02_preset
- select.loetecke_preset
- select.loungedecke_preset
- select.rack_preset
- select.schild_preset
- select.theke_preset
- select.trocknerschlauch_preset
- select.warpcubes_preset
- select.loungetisch_preset
- select.matrix01_preset
- select.vorhang_preset
- select.lampan_preset
# WLED meteor
alias: "ANSIBLE_WLED_Meteor"
description: WLED Meteor effect
trigger:
- type: turned_on
platform: device
device_id: 33915e12bd114226dcd4718e77a27779
entity_id: binary_sensor.button_1
domain: binary_sensor
for:
hours: 0
minutes: 0
seconds: 10
condition: []
action:
- service: light.turn_on
data: {}
target:
area_id:
- hackcenter
- kuche
- lounge
- serverrack
- service: select.select_option
data:
option: Meteor
target:
entity_id:
- select.icicles_preset
- select.klo_preset
- select.kueche_preset
- select.lightsaber01_preset
- select.lightsaber02_preset
- select.loetecke_preset
- select.loungedecke_preset
- select.rack_preset
- select.schild_preset
- select.theke_preset
- select.trocknerschlauch_preset
- select.warpcubes_preset
- select.loungetisch_preset
- select.matrix01_preset
- select.vorhang_preset
- select.lampan_preset
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