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

options not functional on Map card #241

Closed
Mariusthvdb opened this issue Jan 3, 2022 · 0 comments
Closed

options not functional on Map card #241

Mariusthvdb opened this issue Jan 3, 2022 · 0 comments

Comments

@Mariusthvdb
Copy link

Mariusthvdb commented Jan 3, 2022

using a simple auto-entities with a map card showing the persons not home:

        - type: custom:auto-entities
          card:
            type: map
          show_empty: false
          filter:
            include:
              - domain: person
                options:
                  hours_to_show: 48
                  dark_mode: true
                not:
                  state: home

neither of the options is processed, and the Maps shows a light background, and no traces.

testing the core map card with verbose entities:

  - type: map
    entities:
      - person.me
    hours_to_show: 48
    dark_mode: true

works just fine.

please have a look?

EDIT

My huge pardon, and a just as big user error here.... sorry. completely misplaced the options, which simply go under the type: map...

        - type: custom:auto-entities
          card:
            type: map
            hours_to_show: 48
            dark_mode: true

is all there is to it.

Again: sorry.

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

1 participant