Group bulbs in the same lamp
This commit is contained in:
parent
83de86b368
commit
03008a656b
26
packages/lights.yaml
Normal file
26
packages/lights.yaml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
homeassistant:
|
||||||
|
customize:
|
||||||
|
package.node_anchors:
|
||||||
|
common: &common
|
||||||
|
package: lights
|
||||||
|
|
||||||
|
light.sovrum:
|
||||||
|
<<: *common
|
||||||
|
|
||||||
|
light.takfläkt:
|
||||||
|
<<: *common
|
||||||
|
|
||||||
|
light:
|
||||||
|
- platform: group
|
||||||
|
name: Sovrum
|
||||||
|
entities:
|
||||||
|
- light.sovrum1
|
||||||
|
- light.sovrum2
|
||||||
|
- light.sovrum3
|
||||||
|
- platform: group
|
||||||
|
name: Takfläkt
|
||||||
|
entities:
|
||||||
|
- light.takflakt_1
|
||||||
|
- light.takflakt_2
|
||||||
|
- light.takflakt_3
|
||||||
|
- light.takflakt_4
|
Loading…
x
Reference in New Issue
Block a user