#How to create a fallback dashboard

1 messages · Page 1 of 1 (latest)

neon kettle
#

before, I had a manually edited ui-lovelace.yaml file, that was not containing any entities at all, but was a mere instruction to set a default dashboard, with an image. I had this because after each and every logon, the frontend lost the default dash.
The need seems to be no longer there (which is great), but I still would like to set that (or another) fallback myself.
considering we are no longer allowed to use that file name, I wonder if we can still set a manual fallback dash at all, and not have to resort to the built-in

To be clear, I am Not talking about the Default dashboard that is set for the 'Home page'.

ui-lovelace.yaml

##########################################################################################
# Initial view upon login, preventing the auto created all entities view
# @mariusthvdb
##########################################################################################
title: Initial
views:

  - !include dashboard/dashboards/initial/view_initial.yaml
#

view_initial.yaml

title: Initial
path: initial
icon: mdi:message-cog-outline
cards:

  - type: markdown
    content: >
      Hi {{user}}, nadat je nieuw bent ingelogd, moet je het standaard
      'Overview (standaard)' aanpassen.
      Klik op het plaatje hieronder en selecteer 'Overzicht'.
  - type: picture
    image: /local/wallpapers/selecteer_dashboard.png
    tap_action:
      action: navigate
      navigation_path: /profile