Initial configuration with split config files and without .storage. Files with secrets excluded and ignored.

This commit is contained in:
2021-08-24 13:08:35 +02:00
commit c82f4aba25
24 changed files with 2784 additions and 0 deletions

21
scripts.yaml Normal file
View File

@@ -0,0 +1,21 @@
'1624956558905':
alias: 'WLED: Zufälliger Effekt'
sequence:
- service: wled.effect
target:
entity_id: light.wohnzimmer_hinten, light.wohnzimmer_vorne, light.lichterkette_kuche
data:
effect: '{{ state_attr(''light.wohnzimmer_hinten'', ''effect_list'') | random
}}'
mode: single
icon: mdi:firework
'1624970147971':
alias: 'WLED: Zufällige Palette'
sequence:
- service: wled.effect
target:
entity_id: light.wohnzimmer_vorne, light.wohnzimmer_hinten, light.lichterkette_kuche
data:
palette: '{{ range(0,55) | random }}'
mode: single
icon: mdi:palette