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

homeassistant automatisierungen via ansible - part 4.1

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