Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yafengwy opened this issue Sep 22, 2024 · 2 comments
Open

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

yafengwy opened this issue Sep 22, 2024 · 2 comments

Comments

@yafengwy
Copy link

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
  1. 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!

@Alfiegerner
Copy link

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.

@yafengwy
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants