Mapping values not allowed here

I’m trying to create a cleaner overview page. Here is my groups.yaml

  default_view:
    view: yes
    icon: mdi:homedefault_view:
    view: yes
    icon: mdi:home
    entities:
      - zwave.august_lock
      - lock.locked_3

This is the error I’m getting, any ideas?

starting version 3.2.4
Testing configuration at /config
ERROR:homeassistant.util.yaml:mapping values are not allowed here
  in "/config/groups.yaml", line 3, column 29
Failed config
  General Errors: 
    - Error loading /config/configuration.yaml: mapping values are not allowed here
  in "/config/groups.yaml", line 3, column 29
Successful config (partial)

Take the word default_view: out of line 3, where you’ve accidentally pasted it.

And remove the duplicate view and icon keys.

2 Likes

Awesome! Thanks for catching that - I missed it somehow…

1 Like