Hue Groups not working

Hi,

try to get over to home assist and getting my stuff in it.
i want multiple groups for my hue but its not working it only shows 1 group
Here is my config:
Light:

  • platform: group
    name: spots keuken
    enities:
  • light.hue_color_spot_1
  • light.hue_color_spot_2
  • light.hue_color_spot_3
  • light.hue_color_spot_4
    name: overkapping licht
    enities:
  • light.bbq
  • light.schuur_rechts

what is wrong about this?

Second question how can i copy from web terminal :slight_smile:

Please format your code properly. Use three backticks ( ``` ) above and below the code. There are a number of issues with it that I can see already though:

  1. Light: should be light:
  2. enities: should be entities:
  3. You need to start each group with - platform: group. Example:
light:
- platform: group
  name: foo
  ...

- platform: group
  name: bar
  ...
1 Like

Got it working…

installed SMB en edit config with notepad+++

hue Groups
light:
  - platform: group
    name: Verlichting Keuken
    entities:
     - light.hue_color_spot_1
     - light.hue_color_spot_2
     - light.hue_color_spot_3
     - light.hue_color_spot_4
     - light.hue_color_spot_5
  - platform: group  
    name: Verlichting overkapping
    entities:
     - light.bbq
     - light.schuur_rechts
     - light.overkapping_l
  - platform: group 
     name: eetkamertafel
    entities:
     - light.eetkamertafel1
     - light.eetkamertafel2
     - light.eetkamertafel3
     - light.eetkamertafel4