hass-browser_mod icon indicating copy to clipboard operation
hass-browser_mod copied to clipboard

Browser mod doesn't work after update to newest HA version

Open yafengwy opened this issue 1 year ago • 7 comments

Core: 2024.9.2 Supervisor: 2024.09.1

Hi, the browser mod stopped working after updating to the newest HA version & core.

Problems I have now:

  1. No browser_mod at all under development tools - services; Screenshot 2024-09-21 at 20 51 41

  2. My current code for browser mod is:

    tap_action:
    action: fire-dom-event
    browser_mod:
      service: browser_mod.popup
      data:
        title:

I did some research online and tried to change it to:

  tap_action:
  action: call-service
  service: browser_mod.popup
  service_data: 
    title: Media
    content:

Then I got error message "Action browser_mod:pop not found". Screenshot 2024-09-21 at 20 49 50

  1. I don't have browser mod at my side bar and don't know how to add it to it. So i can't check if the "Register" toggle is checked, according to the instruction here: https://github.com/thomasloven/hass-browser_mod

What I have tried:

  1. Redownload browser mod;
  2. Cleared browser cache;

Anyone can help me with this issue? Much appreciate!

yafengwy avatar Sep 22 '24 03:09 yafengwy

All my browser mod popups broken in 2024.9. I see this in my logs:

Logger: homeassistant.helpers.config_validation Source: helpers/config_validation.py:1113 First occurred: 22:30:06 (1 occurrences) Last logged: 22:30:06

The browser_mod integration does not support any configuration parameters, got {'disable': ['all']}. Please remove the configuration parameters from your configuration.

Reverted to 2024.8 and all working.

Alfiegerner avatar Sep 25 '24 10:09 Alfiegerner

All my browser mod popups broken in 2024.9. I see this in my logs:

Logger: homeassistant.helpers.config_validation Source: helpers/config_validation.py:1113 First occurred: 22:30:06 (1 occurrences) Last logged: 22:30:06

The browser_mod integration does not support any configuration parameters, got {'disable': ['all']}. Please remove the configuration parameters from your configuration.

Reverted to 2024.8 and all working.

Hi! Could you please help with steps on how to doing so? Thank you so much!

yafengwy avatar Sep 25 '24 16:09 yafengwy

All my browser mod popups broken in 2024.9. I see this in my logs:

Logger: homeassistant.helpers.config_validation Source: helpers/config_validation.py:1113 First occurred: 22:30:06 (1 occurrences) Last logged: 22:30:06

The browser_mod integration does not support any configuration parameters, got {'disable': ['all']}. Please remove the configuration parameters from your configuration.

Reverted to 2024.8 and all working.

Hi! Could you please help with steps on how to doing so? Thank you so much!

I reverted home assistant to 2024.8.

Alfiegerner avatar Oct 03 '24 08:10 Alfiegerner

Fixed mine by deleting .storage/core.brower_mod (or whatever the settings file was called).

Alfiegerner avatar Oct 15 '24 02:10 Alfiegerner

Fixed mine by deleting .storage/core.brower_mod (or whatever the settings file was called).

Thank you! I ended up by reinstall the system since for some reason it has been super slow so i wanted to give it a refresh.

yafengwy avatar Oct 15 '24 02:10 yafengwy

Same issue as above except I'm running Home Assistant Core 2024.10.2

I've installed browser_mod for first time as well today. Never had any traces of it anywhere in HA, it seemed to install fine, no GUI errors reported, I checked HACS installed integrations and it shows there, checked system logs and there are no errors, except the usual warnings for custom integrations, eg: "WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration browser_mod which has not been tested by Home Assistant."

This all indicated to me that browser_mod installed without errors, and I also expected to see new sidebar icon created and a browser_mod action available in Services tab (Now renamed to Actions). I searched with "br" to locate the action but the only integrations that came up were for WebRTC.

I ended up restarting HA again, clearing my browsers cache, uninstalled browser_mod, reinstalled it again, restarted HA, cleared cache again and same issue, it cannot be seen under the actions tab, it seems to be silently failing. My best guess, is it might have something to do with Services being changed to Actions that is preventing browser_mod from running properly.

browser_mod

grantporter avatar Oct 18 '24 16:10 grantporter

Popups broken here as well. Still see browser_mod in sidebar, just pop-ups have reverted to the default 'more info' popup. Enabled debug logging but not seeing anything in logs atm. Looking into it but definitely something going on..

SebastienLemayeur avatar Nov 08 '24 12:11 SebastienLemayeur

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jan 31 '25 23:01 stale[bot]

Bonjour,

La solution pour moi j'ai commenter resources et génial ça refonctionne.

lovelace: mode: yaml #resources: !include lovelace/resources.yaml

Kaorumid avatar Feb 15 '25 22:02 Kaorumid

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 25 '25 02:04 stale[bot]