Skip to content

Multiple dashboards? #576

Answered by AndyVRD
adabelleleiram asked this question in Q&A
Discussion options

You must be logged in to vote

To add more dashboards configure them in your "configuration.yaml" file, see example below. You can always check the git repo from Bas, he added some examples that can be a inspiration for building your dashboard(s).

lovelace:
  mode: storage
  dashboards:
    lovelace-minimalist:
      mode: yaml
      title: Minimalist
      icon: mdi:flower
      show_in_sidebar: true
      filename: ui_lovelace_minimalist/dashboard/ui-lovelace.yaml
    lovelace-minimalist-xxxxx:
      mode: yaml
      title: Minimalist xxxxx
      icon: mdi:flower
      show_in_sidebar: true
      filename: ui_lovelace_minimalist/dashboard/ui-lovelace-xxxxx.yaml

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@adabelleleiram
Comment options

Answer selected by adabelleleiram
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants