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
- type: picture-glance
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 ?