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?