Hi folks,
I am using deconz on my Pi to controll some Philips lights. I created a scene using the deconz app. The scene already shows up as an entity. I already tried to add the scene into my light group, but nothing happened. My group.yaml:
Kueche:
name: Küchenspots
entities:
- light.spot_kueche_1
- light.spot_kueche_2
- light.spot_kueche_3
- input_number.kueche_bright
- input_number.kueche_temp
- scene.kueche_allspots
- scene.kueche_onespot
But in the default view the scenes show up:
Where is my mistake?