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

Implement show_header_toggle on monster-card #16

Closed
kylerw opened this issue Jul 9, 2018 · 6 comments
Closed

Implement show_header_toggle on monster-card #16

kylerw opened this issue Jul 9, 2018 · 6 comments
Labels
help wanted Extra attention is needed monster card

Comments

@kylerw
Copy link
Contributor

kylerw commented Jul 9, 2018

According to docs, show_header_toggle on monster-card not available at the moment

@ciotlosm ciotlosm changed the title show_header_toggle on monster-card not working Feature request: Implement show_header_toggle on monster-card Jul 9, 2018
@ciotlosm ciotlosm added the enhancement New feature or request label Jul 9, 2018
@ciotlosm ciotlosm changed the title Feature request: Implement show_header_toggle on monster-card Implement show_header_toggle on monster-card Jul 10, 2018
@magnusoverli
Copy link

I´d like to +1 this request.

Fantastic work on the monster-card! A real timesaver!!

@ciotlosm
Copy link
Owner

@kylerw Are you using it with entities or glance? Entities card should get the header by default.

@ciotlosm ciotlosm added help wanted Extra attention is needed and removed enhancement New feature or request labels Jul 10, 2018
@kylerw
Copy link
Contributor Author

kylerw commented Jul 10, 2018

@ciotlosm - Doesn't appear to be

      - type: "custom:monster-card"
        show_header_toggle: false
        card:
          title: Docker
          type: entities
        filter:
          include:
            - domain: switch
              entity_id: '*docker_*'

Is one example of where I am using it.

@ciotlosm
Copy link
Owner

ciotlosm commented Jul 10, 2018

If you actually want to remove header toggle you'd be doing:

      - type:  "custom:monster-card"
        card:
          title: Docker
          type: entities
          show_header_toggle: false
        filter:
          include:
            - domain: switch
              entity_id: '*docker_*'

@kylerw
Copy link
Contributor Author

kylerw commented Jul 10, 2018

Thanks for clarifying. I misunderstood the structure of how that should be outlined.

@kylerw kylerw closed this as completed Jul 10, 2018
@ciotlosm
Copy link
Owner

No problem. I'll add it to the docs as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed monster card
Projects
None yet
Development

No branches or pull requests

3 participants