Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can't toggle todo in Android in companion app #27

Closed
realdimik opened this issue Mar 18, 2024 · 1 comment
Closed

Can't toggle todo in Android in companion app #27

realdimik opened this issue Mar 18, 2024 · 1 comment

Comments

@realdimik
Copy link

following code works well in PC, but in Android in companion app the button will show only sun1, not todo1 :(

      - title: Click test
        type: entities
        entities:
          - action_name: Toggle
            icon: mdi:power
            name: Sun1
            tap_action:
              action: fire-dom-event
              local_conditional_card:
                action: toggle
                ids:
                  - todo1
                  - sun1
            type: button
      - type: custom:local-conditional-card
        default: show
        id: sun1
        card:
          entities:
            - sun.sun
          title: Sun 1
          type: entities
        persist_state: true
      - type: custom:local-conditional-card
        default: show
        id: todo1
        card:
          type: todo-list
          entity: todo.shopping_list
        persist_state: false

@PiotrMachowski
Copy link
Owner

Fixed in v2.1.1

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants