Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup with mixed storage and yaml modes #22

Open
dkebler opened this issue Dec 10, 2020 · 3 comments
Open

setup with mixed storage and yaml modes #22

dkebler opened this issue Dec 10, 2020 · 3 comments

Comments

@dkebler
Copy link

dkebler commented Dec 10, 2020

I've gone from strictly yaml mode to storage mode with additional dashboards (that in in yaml mode).
What/where would be the way to set lovelace_gen in this case?

in configuration.yaml

lovelace:
  mode: storage
  dashboards: !include lovelace/dashboards.yaml

in lovelace/dashboards.yaml

lovelace-panel:
  mode: yaml
  title: Manual - Panel
  icon: mdi:script
  show_in_sidebar: false
  filename: lovelace/panel.yaml
lovelace-manual:
  mode: yaml
  title: Manual
  icon: mdi:script
  show_in_sidebar: false
  filename: lovelace/manual.yaml
@dvbit
Copy link

dvbit commented Nov 2, 2021

did you found out? Same situation here

@foxleigh81
Copy link

I am in the same boat. I resolved it by adding lovelace_gen to configuration.yaml and then in each dashboards yaml file I had to put the # lovelace_gen comment at the top or it wouldn't work.

@shbatm
Copy link

shbatm commented Apr 30, 2022

lovelace_gen needs to be added to configuration.yaml or an included package file, it sets up just like any other integration.

Working fine for mixed mode for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants