Hi there,
I am trying to implement a light group, but it is not working. I would like to separate the groups from the cofiguraion.yaml. Here is my setup:
configuration.yaml:
packages: !include_dir_named integrations
in the folder integrations, I have a file: group.yaml with this content:
group: !include_dir_merge_named ../groups
in the folder …/groups I have a structure with the different groups in separate files. Here a eample:
- platform: group
unique_id: lightgroup.moon
name: IKEA Mond
icon: mdi:lightbulb
entities:
- light.ikea_mond_1
- light.ikea_mond_2
But this is not working. The group will not be created. Can some please help me to get this working?
Spartacus.