25 lines
526 B
YAML
25 lines
526 B
YAML
version: 1
|
|
scenes:
|
|
- id: "alles_aus"
|
|
name: "Alles aus"
|
|
steps:
|
|
- selector: { type: "light" }
|
|
action:
|
|
type: "light"
|
|
payload: { power: "off" }
|
|
- selector: { type: "relay" }
|
|
action:
|
|
type: "relay"
|
|
payload: { power: "off" }
|
|
|
|
- id: "kueche_gemuetlich"
|
|
name: "Küche gemütlich"
|
|
steps:
|
|
- group_id: "kueche_lichter"
|
|
action:
|
|
type: "light"
|
|
payload:
|
|
power: "on"
|
|
brightness: 35
|
|
|