@kuro8989 wrote:
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
light: - platform: group - platform: hue name: Downstairs entities: - entity: light.1f_living_room_east - entity: light.1f_living_room_hallway - entity: light.1f_lc_living_room_south - entity: light.1f_livingroom_3_head_lamp_mid - entity: light.2f_lc_living_room_east - entity: light.2f_lc_living_room_se - entity: light.1f_kitchen
Config Error:
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.
Posts: 5
Participants: 2