Hey guys, am I the only one experiencing troubles with browser_mod after the last update? It seems like anything I set up in browser_mod doesn't work.
I'm using docker HA without the supervisor. Even trying to set up a new rule is impossible as on web I don't get any Next button, and on mobile there is a button, but it just gets me back to main screen.
#browser_mod doesn't work after update
1 messages · Page 1 of 1 (latest)
I didn't have any issues with setting stuff in it last night. But, I also was not offered 2026.3.0 yet and have not updated card_mod. I see it is available now and will get updated and try again later tonight.
You need Browser Mod 2.8.0 with Home Assistant 2026.3 due to the dialog changes in 2026.3.
I think I already tried updating browser mod to 2.8.0 and reverted it, but I'll try again
oh, it worked, there are "Cancel" and "Next" buttons in browser mod UI, but they still don't work, after clicking "Next" it just comes back
here, I recorded the behavior (I hope browser mod IDs aren't encoded MACs or tokens 👀 )
This is the only log that I found that could be relevant (but I'm not sure):
Logger: frontend.js.modern.202603020
Source: components/system_log/__init__.py:331
First occurred: 12:55:10 PM (1 occurrence)
Last logged: 12:55:10 PM
Uncaught error from Chrome 143.0.0.0 on Windows 10 SyntaxError: Identifier 'se' has already been declared Identifier 'se' has already been declared::
Browser Mod 2.8.1 released to fit the settings issue.
okay, that is fixed, most of the settings work, but there's one that isn't working - the default dashboard - and now I can see that it's marked as (Legacy), is that going to be unsupported from now on? This is one of my main use cases for browser_mod 🙁
I have older people in my home and I created a simplified dashboard for them and I want to have a different default dashboard for me and different for them
Check the pinned issue. You can use default action with browser_mod.navigate.
I tried to follow your instructions but I feel like I'm too much of a newbie for that. I don't really get what I should put as action, I don't know what language am I supposed to do that in, basically everywhere I see an empty code editor in home assistant - it just intimidates me away. I think I'm going into suggestions territory, but I feel like it could use some docs or examples on what should I write there and what language should it be in.
Just for clarification, I am a developer, I know a handful of programming languages and I know how to use them, I just don't know any context when I see an empty code editor
That being said, could you please send me something to work with, like how should such action look like?
Just tried this myself. Go into your browser_mod settings. Expand the Default action section. For the Global settings, use this (where you use the path for the everyone-else dashboard): ```yaml
action: browser_mod.navigate
data:
path: /dashboard-temp/0
Next, create an "exemption" for yourself via the user or browser setting. You can set a different path to whatever dashboard you want to see as default. Or, leave the code section blank and it will simply "bypass" the global setting.