Hey there.
Another great app Thomas, much appreciated.
Iāve added the camera option and got it working on the IOS app, however on chrome on a windows tablet iām not getting the request if i allow home assistant to use the camera. Can someone advise how this request pops up please? Iāve F12ād to clear cache and restarted multiple times but still not seeing anything.
Iām having the same issue with my alarm panel card no longer displaying in a popup. Iām using browser mod called from Node-RED and I just get the red āCustom element doesnāt existā¦ā error. Everything has been updated to the latest (Home Assistant, Browser Mod, etcā¦) but I canāt figure anything out to get it to work. Did you literally do nothing and it just started working for you?
The issue popped up for me again and I fixed it by clearing the cache on my browser and in the HA App. In the HA App I had to clear the frontend cache in the settings section. Give that a shot and see if it works.
Thanks for the response. I tried this and it didnāt seem to do anything (at least at first). I canāt pinpoint what the issue is as trying the browser_mod.popup service from Developer Tools works for some types of cards but not others. I was able to get my alarm-panel card to work on my PC (in Chrome), but itās not working on my tablet in Fully Kiosk (even after clearing cache). I did notice that the deviceID seems to be at least part of the issue. When I removed that from my config it started working in Chrome.
I assumed it was clearing the cacheā¦ the other thing I did right around the same time was deleting all the tokens associated with my user accounts. Maybe that was itā¦ Iām no expert on the tokens, so not sure if that could even be a possible solution.
Iām having a real hard time figuring out the CSS injection to manipulate the more-info-dialog. Iām trying to force a set height and width when @media (max-width) is a certain value.
Recently Iāve started having an issue with a more-info popup using browser_mod, I have a button that toggles an input_boolean which turns my alarm clock automations on/off, with the hold_action being more-info.
There are 4 entities listed in the popup, now the first time I hold the button the popup opens with only the top 2 entities shown, if I close the popup and hold the button again it opens with all 4 entities listed.
Iām not exactly sure when this started to occur as I donāt adjust the alarm clock very often but would appreciate any assistance.
will browser_mod support the new service reload_resources too? Use case: I have several buttons that execute these services directly, and that way dont face me to go to the menu triple dots. Would be really useful to add that service to browser_mod.
thanks for considering
nevermindā¦ what was I thinking. Can simply use the core service for that. really sorry
Iām not sure if this is expected behaviour and I have to use the custom lovelace-card-preloader but I am getting an error using browser_mod.popup in an automation.
Hello everybody!
I was looking for a service that did exactly what the ārefreshā button did. However I am having difficulty making it work. I followed all the steps and simply displays the following message in the H.Aās āLogā:
Component error: browser_mod - Integration ābrowser_modā not found
Using Hassio HA 0.107.7 / SU 216 / HassOS 3.12.
Considerations:
The ābrowser_mod.jsā is not included in resource.yaml, as I will not use it with Home Assistant Cast.
The ābrowser_mod.jsā file is at: ā/config/custom_components/browser_mod/ā
I consulted in āgitā all the āissuesā and no react of this problem.
Configuration.yaml (relevant configurations)
# for hass-browser_mod settings
browser_mod:
# for hass-lovelace_gen settings
lovelace_gen:
lovelace:
mode: yaml
resources: !include lovelace/resources/resources.yaml
I redid the process since downloading all the files and reinstalling them. However, just restarting the H.A. was unsuccessful. It worked perfectly after āhassio.host_rebootā.