groups and scenes initial
This commit is contained in:
24
config/scenes.yaml
Normal file
24
config/scenes.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
version: 1
|
||||
scenes:
|
||||
- id: "alles_aus"
|
||||
name: "Alles aus"
|
||||
steps:
|
||||
- selector: { type: "light" }
|
||||
action:
|
||||
type: "light"
|
||||
payload: { power: "off" }
|
||||
- selector: { type: "outlet" }
|
||||
action:
|
||||
type: "outlet"
|
||||
payload: { power: "off" }
|
||||
|
||||
- id: "kueche_gemuetlich"
|
||||
name: "Küche gemütlich"
|
||||
steps:
|
||||
- group_id: "kueche_lichter"
|
||||
action:
|
||||
type: "light"
|
||||
payload:
|
||||
power: "on"
|
||||
brightness: 35
|
||||
|
||||
Reference in New Issue
Block a user