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
I have this code (playing around with this awesome card):
title: Settings type: entities entities: - entity: automation.battery_charge type: custom:multiple-entity-row name: Import toggle: true icon: mdi:battery-plus-outline entities: - entity: input_number.ess_import_hours - entity: automation.battery_discharge type: custom:multiple-entity-row name: Export toggle: true icon: mdi:battery-minus-outline entities: - entity: input_number.ess_export_hours
But it results in 3 toggles (instead of 2)
Screenshot 2025-01-12 at 21 27 58
The text was updated successfully, but these errors were encountered:
Not a bug, an expected behaviour, read docs for Entities card. Suggest to ask in HA community first before registering an issue.
Sorry, something went wrong.
No branches or pull requests
I have this code (playing around with this awesome card):
But it results in 3 toggles (instead of 2)
Screenshot 2025-01-12 at 21 27 58
The text was updated successfully, but these errors were encountered: