Forum › Forum › Schnelle Frage › Licht gruppieren › Antwort auf: Licht gruppieren
15. Januar 2021 um 12:15
#1621

Teilnehmer
Das klingt Interessant, wie genau hast du das gemacht? Ich bekomme da nämlich immer eine Fehler in Line 8
Invalid config for [group]: expected a dictionary for dictionary value @ data['group']. Got [OrderedDict([('platform', 'group'), ('name', 'Stehleuchte'), ('entities', ['light.stehleuchte_oben', 'light.stehleuchte_mitte', 'light.stehleuchte_unten'])])]. (See /config/configuration.yaml, line 8).
Meine groups.yaml schaut so aus:
- platform: group name: Stehleuchte entities: - light.stehleuchte_oben - light.stehleuchte_mitte - light.stehleuchte_unten
Und die Configurations.yaml so:
# Configure a default setup of Home Assistant (frontend, api, etc) default_config: # Text to speech tts: - platform: google_translate group: !include groups.yaml automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml