#Unable to create dashboard from yaml.

1 messages · Page 1 of 1 (latest)

royal kayak
#

My configuration.yaml shows:

lovelace:
mode: yaml

the ui-lovelace.yaml has:

lovelace:
mode: yaml

dashboards:
lovelace-yaml:
mode: yaml
filename: dash_cams.yaml
title: test
icon: mdi:tools
show_in_sidebar: true
require_admin: false

the dashcams.yaml has:

views:

  • title: main
    cards:
    • type: picture-glance
      title: voortuin
      entities: []
      camera_image: camera.k13voor
      camera_view: live

The main "overview" dashboard remains empty.
The yaml created "test" dashboard is not shown in the menu.
The configuration is ok when i check it from the ui.
If i modify the configuration.yaml or ui-lovelace.yaml the ui shows: your dashboard is modified, do you want to reload (or something in that line).

What am i doing wrong ?

gilded bolt
#

While the instructions for using multiple dashboards talks about using the ui-lovelace.yaml, I have everything in the configuration.yaml. Here's mine: ```yaml
lovelace:
mode: storage

Add yaml dashboards

dashboards:
lovelace-yaml:
mode: yaml
title: Mini-PC
icon: mdi:monitor-dashboard
show_in_sidebar: true
filename: dashboards/mini-pc/viewsonic.yaml