i start with home assistant for a few days ago. No i have the first problem. After trying a tutorial to design my dashboard und after checking the config i get the notification:
Invalid config for [group]: [view] is an invalid option for [group]. Check: group->group->default.view->view. (See /config/configuration.yaml, line 8).
I use the group.yamp-file. For a test i wrote to the file:
default.view:
view: yes
name: Home
entities:
- weather.andinas_reich
The configuration.yaml looks like this:
# 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
Can you help me? I have read many topics here and by searching with google, but i do not know, what is my mistake.