Hunterdouglas component combined with scenes

I’ve been trying to setup a configuration witch holds the Hunter Douglas component and some custom scenes.

As soon as I put both in the Scene component, it fails.
When I use either the HunterDouglas or custom scenes the all work.

currently the part looks like:

scene: - name: Shades platform: hunterdouglas_powerview address: 192.168.178.20 - name: dimlights entities: light.gf_lights_frontwindow_level_7_0: state: on brightness: 20 - name: onlights entities: light.gf_lights_frontwindow_level_7_0: state: on brightness: 70 ps, due to formatting, the indentations are gone. Check-config now mentions error while parsing a block mapping. When I leave out the "-" for hunterdouglas, then HASS does start, but in the logs it shows unable to find scene.NONE - name: offlights entities: light.gf_lights_frontwindow_level_7_0: state: off

Any tips?

No one using the Hunter Douglas component?

I finally figured out what I did wrong.
The Scene component should be split up:

scene 1:
platform: hunterdouglas_powerview
address: 192.168.178.20

scene 2:
name: Dining dim
entities:
light.gf_lights_dining_level_17_0:
state: on
brightness: 50