I feel so stupid for having this error out on me but I’ve checked I’m trying to make a light group so I can create a Room wide saturation + brightness slider (I’m also having problems with slider-entity row giving me custom element doesn’t exist but one problem at a time)
Light Group erroring out on me in the configuration.yaml
Invalid config for [light.group]: required key not provided @ data['entities']. Got None. (See ?, line ?). Please check the docs at https://home-assistant.io/integrations/light.group/
My ultimate goal is to create a Light Dimmer for said lights
The Light Group page is exactly how I have it set up. Oh and when I omit the platform: hue I get these config errors.
Invalid config for [light.group]: value should be a string for dictionary value @ data['entities']. Got [OrderedDict([('entity', 'light.1f_living_room_east')]
It’ll repeat that error for every single entity in there.
Sorry to resuscitate this old post, I am having the same error message.
I think am doing exactly what i am supposed to. my error message:
Invalid config for [group]: value should be a string for dictionary value @ data['group']['light']['entities']. Got None. (See /config/configuration.yaml, line 18).
I don’t understand what’s wrong with my config.yaml at line 18 at all either… it’s empty.
Here’s lines 16 to 22 from my config.yaml:
Strange. The documentation specificly uses light: as example for group. I am getting the same error, so how to create group of lights? I understand if I put list of lights into groups.yaml
and there is entry group: !include groups.yaml in configuration.yaml, then it is exactly as in example on page Light Group - Home Assistant
S who it does not work? The error is Invalid config for [group]: value should be a string for dictionary value @ data['group']['light']['entities']. Got None. (See /config/configuration.yaml, line 31)
Can’t see how they could have gotten confused I don’t see any ‘type’ variable under group in the docs. How do we make a group be the type ‘light’? Is this equivalent to a ‘Light Group’ or are these totally different functionality that appear similar? Thanks!