18 lines
319 B
YAML
18 lines
319 B
YAML
|
- name: Bad Normal
|
||
|
id: bad_normal
|
||
|
entities:
|
||
|
light.bad_licht:
|
||
|
state: true
|
||
|
brightness: 150
|
||
|
- name: Bad Hell
|
||
|
id: bad_hell
|
||
|
entities:
|
||
|
light.bad_licht:
|
||
|
state: true
|
||
|
brightness: 255
|
||
|
- name: Bad Baden
|
||
|
id: bad_baden
|
||
|
entities:
|
||
|
light.bad_licht:
|
||
|
state: true
|
||
|
brightness: 75
|