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

More than one automation with toggle:true creates another toggle #354

Open
mschilder opened this issue Jan 12, 2025 · 1 comment
Open

More than one automation with toggle:true creates another toggle #354

mschilder opened this issue Jan 12, 2025 · 1 comment

Comments

@mschilder
Copy link

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

@ildar170975
Copy link

Not a bug, an expected behaviour, read docs for Entities card.
Suggest to ask in HA community first before registering an issue.

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

2 participants