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

Enhancement: Enable header icon and toggle (like entities card) #94

Closed
JesseWebDotCom opened this issue Jul 2, 2020 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@JesseWebDotCom
Copy link

I'd love to have a header icon and toggle like the entities card (toggle to turn off and on the entities within the card)

@ofekashery ofekashery added the enhancement New feature or request label Jul 2, 2020
@flyingdutchman31
Copy link

As an alternative I use the banner card in combination with the custom:vertical-stack-card.

Below is my code for eacht vertical-stack-in-card in combination with the banner card
type: custom:vertical-stack-in-card
horizontal: false
cards:

  • type: custom:banner-card
    heading:
    • hass:tree
    • Garden
      background: SlateGray

@ofekashery
Copy link
Owner

This feature isn't directly related to VSIC and I don't see it coming into the card.
I suggest using a entities card inside a vertical-stack-in-card, thus getting the same result you wanted.

type: custom:vertical-stack-in-card
cards:
  - type: entities
    title: My card
    show_header_toggle: true
    entities:
        ...

@ofekashery ofekashery closed this as not planned Won't fix, can't repro, duplicate, stale Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants