fix 3
This commit is contained in:
@@ -15,3 +15,22 @@ groups:
|
|||||||
type: "light"
|
type: "light"
|
||||||
capabilities:
|
capabilities:
|
||||||
power: true
|
power: true
|
||||||
|
|
||||||
|
- id: "schlafzimmer_lichter"
|
||||||
|
name: "Schlafzimmer – alle Lampen"
|
||||||
|
selector:
|
||||||
|
type: "light"
|
||||||
|
room: "Schlafzimmer"
|
||||||
|
capabilities:
|
||||||
|
power: true
|
||||||
|
brightness: true
|
||||||
|
|
||||||
|
- id: "schlafzimmer_schlummer_licht"
|
||||||
|
name: "Schlafzimmer – Schlummerlicht"
|
||||||
|
device_ids:
|
||||||
|
- bettlicht_patty
|
||||||
|
- bettlicht_wolfgang
|
||||||
|
- medusalampe_schlafzimmer
|
||||||
|
capabilities:
|
||||||
|
power: true
|
||||||
|
brightness: true
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ scenes:
|
|||||||
action:
|
action:
|
||||||
type: "light"
|
type: "light"
|
||||||
payload: { power: "off" }
|
payload: { power: "off" }
|
||||||
- selector: { type: "outlet" }
|
- selector: { type: "relay" }
|
||||||
action:
|
action:
|
||||||
type: "outlet"
|
type: "relay"
|
||||||
payload: { power: "off" }
|
payload: { power: "off" }
|
||||||
|
|
||||||
- id: "kueche_gemuetlich"
|
- id: "kueche_gemuetlich"
|
||||||
|
|||||||
Reference in New Issue
Block a user