thomasloven / hass-browser_mod

🔹 A Home Assistant integration to turn your browser into a controllable entity and media player
MIT License
1.34k stars 186 forks source link

How do I reset all settings? #729

Closed JacobDB closed 3 months ago

JacobDB commented 4 months ago

When I first set up Home Assistant earlier this year, I couldn't figure out how to edit the sidebar order. I solved this by installing browser_mod and using the sidebar editor built in. Now though, I finally discovered how to edit the sidebar properly, so I want to disable browser_mod's sidebar order to use the native feature.

Problem is, I can't figure out how to do that. It seems like browser_mod might be pretty broken after the latest Home Assistant update; when I go to the page, things don't load right and my PC's fans spin up (seems like an infinite loop with some JS issue from what I'm seeing in the console).

If I remove browser_mod, it fixes the issue, but I still use other features of browser_mod so I don't want to remove it complete, I just want to reset the sidebar order.

Is this possible? I've been poking around my server via terminal, but haven't seen anything that looked relevant...

LightMoon commented 3 months ago

I am facing the same issue.

LightMoon commented 3 months ago

Found the fix - https://github.com/thomasloven/hass-browser_mod/issues/718

JacobDB commented 3 months ago

Awesome, thanks!