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

Issue: format? #7

Open
Sturmhorst opened this issue Jul 12, 2020 · 1 comment
Open

Issue: format? #7

Sturmhorst opened this issue Jul 12, 2020 · 1 comment

Comments

@Sturmhorst
Copy link

Where is my failure?

password: 1234
popup: password
title: Lounge
type: 'custom:love-lock-card'
cards:
   entities:
     - entity: sensor.pihole_status
     - entity: sensor.pihole_version
     - entity: input_boolean.disable_pihole
   show_header_toggle: false
   title: PiHole
   type: entities

image

@acordill
Copy link
Contributor

acordill commented Dec 3, 2020

Needs to be:

password: 1234
popup: password
title: Lounge
type: 'custom:love-lock-card'
cards:
   - entities:
       - entity: sensor.pihole_status
       - entity: sensor.pihole_version
       - entity: input_boolean.disable_pihole
     show_header_toggle: false
     title: PiHole
     type: entities

Notice the '-' before entities under cards

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

2 participants