-
Notifications
You must be signed in to change notification settings - Fork 66
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
Actions trigger the more-info window #217
Comments
I have exactly the same problem, so I've looked for other options. My temporary solution works only on desktop and it disables the more-info of the main element, but you can use the entities normally.
Hope a more permanent solution is found. |
Here's same problem. |
@bkbilly Thanks. Can use entities, but not entity. |
Yeah, I couldn't find a solution for that. It disables all actions of the main element |
Same problem. When you click on an additional element, the main element window opens. When clicked, all elements of the group are selected. |
I am having this issue as well, not sure if it is an issue for this plugin to solve or an issue for HA to solve? |
The plugin was not changed. |
Right, but it could be a bug introduced by HA update or it could be HA updated the requirements and the plug-in needs to accommodate that new change |
Absolutely agree. |
I might be able to submit a PR if I find time tomorrow after work. I took a look tonight and I see the plug-in relies on |
Looks like that is a dependency that comes from here: https://github.com/custom-cards/custom-card-helpers |
Hi, Example:
Switching back to HA 2021.11.5, everything works fine again!! |
@TobiasSchwarz74 Wow yeah I see the same thing, that is very odd but a great clue |
@NickM-27 took me half of the day to find out in which situations this happens ;-) |
If you wait a few seconds it will switch the graph to the main entity |
It appears to be working for me now with 2021.12.2 |
I've also updated on the new version |
I also updated and am still seeing the issue |
Of course updating HA will fix nothing. The card needs to be adjusted to HA changes in release 2021.12.x |
I'm not sure what to say. I've upgraded and the card is back to working they way it was prior to this bug appearing. |
No, still not working with 2021.12.2 |
HA added a new action handler on the generic-entity-row which (intentionally or not) intercepts clicks on any additional entities added with multiple-entity-row. It still works as normal with some entity domains (like switch or light) because they disable this action handler for these specific domains. Working on finding a workaround for this.. |
Very interesting, why this changed behavior is only visible on touch devices and can't be seen on a desktop controlled with a mouse?! |
It's visible on a desktop controlled with a mouse |
Latest update fixed this for me. Thank you! EDIT: Yeah only on desktop. Mobile still has the issue (iOS). |
@Arman-GeDon Your code snippet does not show specific tap actions set for the entities (which might m be required for more info to show on switches). A screen recording might be helpful, otherwise it's not clear why desktop isn't working for you |
Desktop, Win10x64, Chrome: iPad Air 2 (iOS 15.x): iPhone 5S (iOS 12.x):
P.S. I stopped thinking about iOS companion app, it seems too buggy for me. |
@NickM-27 |
Yep fixed on desktop, but not only does it still open up more-info on the Android app, but it doesn't also do the tap action. |
Still Not Work on configurations with climate entities 😕
|
Oh yeah sorry mine was with a climate entity too. |
Thanks for looking into this issue. I noticed that the paper-buttons-row plugin which is quite similar to multiple-entity-row seems to be immune to the problem. Perhaps we could learn something from how it wires up its action handlers. |
@guidokieboom Could you create a separate issue? That seems not directly related to this issue.
That card appends the content to a new row, and does so in a completely differently way than here, unfortunately. |
There will likely come a fix for this issue from HA, soon. See #10961 for more info. |
Awesome, glad to see it. |
@benct I see that the frontend fix mentioned made it into Thanks! |
It does. Should be fixed in version |
@benct Seems working on mobile after clearing app cach. Big thanks! |
@benct
|
@benct works great! Thank you! |
@Arman-GeDon as per the README, those are not supported for extra entities. Only tap_action is supported. So that's a feature request (I'd sure like to see too 👌) but not apart of this bug. |
@NickM-27 |
See #188. Closing issue, thanks for all feedback 🙂 |
works for me now (no more info popup). Thanks!!
attribute results no longer different… so no separate issue created.
… On 19 Dec 2021, at 18:09, Ben Tomlin ***@***.***> wrote:
Attribute result is now different. See screenshots (first one is from iOS; second is from desktop-Safari)
@guidokieboom <https://github.com/guidokieboom> Could you create a separate issue? That seems not directly related to this issue.
I noticed that the paper-buttons-row plugin <https://github.com/jcwillox/lovelace-paper-buttons-row> which is quite similar to multiple-entity-row seems to be immune to the problem. Perhaps we could learn something from how it wires up its action handlers.
That card appends the content to a new row, and does so in a completely differently way than here, unfortunately.
—
Reply to this email directly, view it on GitHub <#217 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/APS3VKYQZKJ4SXYXPF4ALTLURYGVVANCNFSM5J4C5PGA>.
Triage notifications on the go with GitHub Mobile for iOS <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.
|
@benct Works perfect ... Thanks a lot! |
Many thanks for your efforts, works fine now! |
Confirmed working again on android mobile but ONLY after clearing the app cache. |
Sorry for reviving a closed issue, but I don't want to create a new one if I don't need to and I am just doing something stupid. My card works as expected on desktop, but not on iPhone. In order for the toggle action to work on the entity (not the row) I have to do a long (3D?) press, and even then it's fairly intermittent if it works, you have to be very precise with your finger it seems. Is this likely an issue with this integration (and I will open a new issue), or with the iOS companion app? HA Version: 2022.5.0
|
Please don;t comment on closed (and unrelated) issues. Open a new one. |
Hi,
I have this entity:
which checks the status and can restart an ESP32 on esphome
the code is:
Since 2021.12.b0 (and still now on 2021.12.0) when I click on the wifi icon the action is performed but it also opens the more-info window of the main element: binary_sensor.trackerterrazzaconnected.
The window opens even if I click cancel in the confirmation.
I have other similar entities, and it happens on all of them, except on those that have an input text as their main entity.
It did not happen with HA 2021.11.5.
Thanks
The text was updated successfully, but these errors were encountered: