There are no errors, per se, but this is the result (as seen in the āEntitiesā page"):
Name Entity ID
--------------------------------------
Landing light.landing
Hallway light.hallway
Livingroom <does not exist>
Livingroom_Dark <does not exist>
Livingroom_Blooms <does not exist>
Patio light.patio
Outside_lanterns group.light
Why do some not exist?
Why is one group.xx when the others (that work) are light.xx
Can anyone give me a steer as to what is going on?
Lightgoups are configured as lights not as groups so you should not add it to your group.yaml but to the light section in your configuration.yaml or light.yaml (or what ever file/folder you use for your lights)
ā¦but do you know why my light.yaml file causes an error? (I want to learn and find the help pages very confusing esp. as I have not supervisor option (and hence no file editor).
well that didnāt work for me, but it helped me solve the problem with my original issue of: light: !include lights.yaml
as your file format worked for me. My issue (that I can see now) is that I had light:
in my first line (so it was a duplicate) and then all my subsequent lines were indented by 2 characters too many as a result.