Tried setting up a few new light groups but i’m running into a yaml formatting error. Can someone help me correct this? It’ll probably help me and others in the general formatting of the config…because there’s no good overall lesson on “this is how you indent lists of multiple instances of the same thing”
light:
- platform: flux_led
automatic_add: true
- platform: group
- name: Island
entities:
- light.kitchen_island_1
- light.kitchen_island_2
- light.kitchen_island_3
- light.kitchen_island_4
- name: Cabinets
entities:
- light.ge_link_1
- light.ge_link_2
- light.ge_link_3
- name: Shower
entities:
- light.shower_light_1
- light.shower_light_2
Results in this error:
ERROR:homeassistant.util.yaml:while parsing a block mapping
in "/config/configuration.yaml", line 148, column 5
expected <block end>, but found '-'
in "/config/configuration.yaml", line 149, column 5
Failed config
General Errors:
- while parsing a block mapping
in "/config/configuration.yaml", line 148, column 5
expected <block end>, but found '-'
in "/config/configuration.yaml", line 149, column 5