redstone99 / hass-alert2-ui

HomeAssistant Lovelace card to display and interact with alert2 alerts
MIT License
1 stars 0 forks source link

Problem displaying the 'Detailed alert info' #1

Open Paul-Vdp opened 16 hours ago

Paul-Vdp commented 16 hours ago

The card displays the Alert2 alerts fine, but no amount of clicking on one of them results in anything, let alone showing its 'Detailed alert info'. It will let me 'Ack' the alert though ...

redstone99 commented 13 hours ago

Hi Paul, I'm guessing this is due to a difference between browsers / OS that I didn't test. Are you seeing this in the HA app or web browser? If the app, can you tell me the app version and phone OS? If the web, can you tell me what browser and version you're running on, and your OS?

I use Firefox 131.0.3 and Chrome 130.0.6723.58 on Ubuntu 24.04, and run the HomeAssistant app 2024.9.4-full on Android 14.

Paul-Vdp commented 13 hours ago

Hi Josh, sure thing. I have it on both the app (also 2024.9.4-full, but on Android 12) and Chrome (130.0.6723.59 on Win11) Hope this helps ... Btw, clicking the alert entity itself DOES open the details view ... Btw2, hovering over the alert the pointer changes to the 'pointing hand', indicative of a clickable link

redstone99 commented 4 hours ago

Thanks for the extra info. I found the problem - the current code depends on a package "card-tools", which isn't included. I'm recoding to remove the dependency.