We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I'm trying to convert this lovelace card into a mushroom alternative card.
I have managed to create such card:
But I can't find an easy way to create the switch at the top that toggles all the included lights (as signed in a red circle)
A card of multiple entities, that will create the signed switch automatically. Such as the one provided by the basic UI.
No response
The text was updated successfully, but these errors were encountered:
You can replace the "my room" part by a new (since 2024.10) heading card and a group:
example with a section:
type: grid cards: - type: heading heading: My Room heading_style: title badges: - type: entity show_state: false show_icon: true entity: group.lumieres_escalier color: state tap_action: action: toggle - type: tile entity: light.0x84b4dbfffec93621 - type: tile entity: light.0x385b44fffe20eb24
Sorry, something went wrong.
Additionally you can use the vertical-stack-in-card if you want to group all the cards into a single card.
No branches or pull requests
Requirements
Is your feature request related to a problem?
Hey, I'm trying to convert this lovelace card into a mushroom alternative card.
I have managed to create such card:
But I can't find an easy way to create the switch at the top that toggles all the included lights (as signed in a red circle)
Describe the solution you'd like
A card of multiple entities, that will create the signed switch automatically.
Such as the one provided by the basic UI.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: