This commit is contained in:
2025-11-14 14:14:49 +01:00
parent 65f8a0c7cb
commit 8bbe9c164f
2 changed files with 23 additions and 4 deletions

View File

@@ -14,4 +14,23 @@ groups:
selector:
type: "light"
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

View File

@@ -7,9 +7,9 @@ scenes:
action:
type: "light"
payload: { power: "off" }
- selector: { type: "outlet" }
- selector: { type: "relay" }
action:
type: "outlet"
type: "relay"
payload: { power: "off" }
- id: "kueche_gemuetlich"
@@ -21,4 +21,4 @@ scenes:
payload:
power: "on"
brightness: 35