I would like to propose some additional options for the configuration.yaml file to target the Dashboards (both default ‘Overview’ dashboard and additional dashboards)
Objectives:
- Disable or hide / restrict the default ‘Overview’ dashboard
- Restrict additional dashboard’s to specific user’s or group
lovelace:
mode: [off,storage,yaml] # 'off' disables the default 'Overview' dashboard
# if mode is not 'off'...
show_in_sidebar: true
require_admin: true
visible: [ list of user's or group ]
resources: []
dashboards:
ui-dash1:
mode: yaml
filename: ui-dash1.yaml
title: Dash1
show_in_sidebar: true
require_admin: true
visible: owner
ui-dash2:
mode: yaml
filename: ui-dash2.yaml
title: Dash2
show_in_sidebar: true
require_admin: false
visible: [ 'Balloob', 'Frenck', 'GAHA' ]