The PopUp appears but the button does work.
What i am doing wrong?
Edit: Replaced action: light.turn on with service: light.turn_on and it works. So the former service calls are not adapted to action calls in Browser Mod?
Did you clear cache AND scripts? In windows - chrome/edge this is done by pressing F12 (open developer tools) then right-click on refresh icon and select āEmpty cache and hard restartā. Just pressing ctrl+F5 usually doesnāt help, since this only clears cache, but not js files etc.
So I rolled back my install from 2025.1.1 after having some issues with browser_mod and a couple other integrations. I see there is a new update for Browser Mod, Iām still on 2.3.1, however Iām not seeing it on my update list. Do I need to install HA Core 2025.1 for it to appear?? Any thoughts?
Yes to both.
TBH, for the first one I donāt have the solution at hand so youāll have to do some searching on how to determine when a device has no activity for x time.
For the second one: you donāt even need browser_mod for this.
In your profile settings (bottom of the side bar) you can define the default dashboard for that device which is stored in your browser session.
Thanks for your answer.
There are indeed functions call available to know when device become inactive:
I followed this post which seems to be working: Switch back to default dashboard after some time - #4 by Ldc2335
Iāll probably end up to make another one to dim/wake the screen based on movement as well.
Thanks for the second point ! I totally forgot that this was available.
has anyone seen issues with browser_mod not reconnecting to HA after an HA reboot? currently need to manually go and refresh the browser for it to reconnect.
Iām trying to use a popup that activates when pressing a button. On my PC/tablet, it works perfectly and displays in three columns. However, on my phone, I want it to display as one column per card because three columns result in awkwardly sized cards. How can I make the popup responsive so it automatically shows three columns on PCs/tablets and one column on phones?
this is the code so far