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

Multiple entities row card does not toggle on tablet or mobile but does toggle on desktop #216

Closed
AbhiOommen opened this issue Dec 8, 2021 · 4 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@AbhiOommen
Copy link

I'm running 2021.12.0b3 and the multiple entity row card is widely used in my dashboard, it started not working right on my Fire tablet and my phone (android). But works well on the desktop.

So with toggle: true set it doesn't toggle the switches, as it used to before. the weird thing is that it is only a problem on my mobile devices, kindle and android phone, but works well on the desktop.

This started recently after I updated to 12.0b - not sure if there was some breaking change that affected this card.

Below is the config used for one of the cards and also can send you a video to show what exactly happens, if needed.

      - type: entities
        entities:
          - entity: group.big_room_lights
            name: Big
            toggle: true
            state_header: All
            state_color: true
            icon: "mdi:lightbulb-group"
            type: custom:multiple-entity-row
            entities:
              - entity: switch.big_bedroom_light
                name: Bedroom
                toggle: true
              - entity: switch.big_vanity
                name: Vanity
                toggle: true
              - entity: switch.kids_bathroom
                name: Bathroom
                toggle: true
          - entity: group.small_room_lights
            name: Small
            toggle: true
            state_header: All
            state_color: true
            icon: "mdi:lightbulb-group"
            type: custom:multiple-entity-row
            entities:
              - entity: switch.small_bedroom_light
                name: Bedroom
                toggle: true
              - entity: switch.small_vanity
                name: Vanity
                toggle: true
              - entity: switch.small_closet_light
                name: Closet
                toggle: true   
@tomlut
Copy link

tomlut commented Dec 9, 2021

Similar issue (on 2021.12.0b7). I cant get the more info pop-up for the extra row entities, it just pops up the more info box for the main row entity.

@Arquiteto
Copy link

I can confirm what @tomlut described.

I went over patch notes for frontend but I can't see an obvious change that would cause this issue.

@jslawek
Copy link

jslawek commented Dec 13, 2021

I confirm the issue as well - after upgrade to 2021.12.0 (same for 2021.12.1) I can't access details of row entities. Clicking on any of the extra entities gets me only the main entity details - in both mobile app and browser.

@benct
Copy link
Owner

benct commented Dec 14, 2021

Seems like something has changed in the new HA release. More info in #217.

@benct benct added bug Something isn't working duplicate This issue or pull request already exists labels Dec 14, 2021
@benct benct closed this as completed Dec 14, 2021
benct added a commit that referenced this issue Dec 17, 2021
Prevents triggering generic-entity-row action handler added in 2021.12.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

5 participants