and its always a blank page whatever browser i use and strange thing is if i right-click on the browser-mod on the left panel, and click āopen in a new windowā sometimes it appear, sometimes notā¦dont understand anythingā¦that why i left this module long time ago, seems to be only a few that have this problem so not solved yetā¦
to be sure i closed the browser and open a new one
but its the same problem you describe :
Uncaught SyntaxError: Identifier 't' has already been declared (at browser_mod_panel.js:1:1)
and i still have
/browser_mod.js?automatically-added
in ādashboardā but i have deleted as you said
what i am doing wrong?
!!!
EDIT : find something : instead deleted the module entry in dashboard i deleted the
?automatically-added
and take left only
/browser_mod.js
and it works after force refreshā¦even if i restart HAā¦thanks!!!
Hi - I am just getting into the Browser Mod integration. I have created a simple automation. I have a vacation mode input boolean and certain actions are triggered, once the status turns from āoffā to āonā.
On action is the service ābrowser_mod.popupā, as I want a popup with a checklist.
alias: TEST Ferienmodus
description: ""
trigger:
- platform: state
entity_id: input_boolean.ferien
from: "off"
to: "on"
condition: []
action:
- service: browser_mod.popup
data:
title: Ferienliste
content: - TEXT
- TEXT
mode: single
Question: How can I create bullet points under ācontentā? The text under ācontentā is shown in one line. I would like to have a bullet point like layout.
I have noticed that touching the screen when the browser_mods light entity is off (i.e. screen is black) not only āwakesā the devices and turns the screen āonā (i.e. light entity is turned to on), but home assistant is taking the input as a tap_action if I hit any of the cards displayed in my lovelace UI.
Is there anyway around this? It is not ideal if I keep accidentally executing commands.
Hey there,
Is there a way to close any active custom:popup-card when using browser_mod.more_info + ignore_popup_card: true option.
This would be really useful when one wants to open the standard more-info dialog from a popup-card.
I know that it is currently possible, but the new dialog is opening behind the popup-card, which is not really usable (thus this need to close any active popup card).
I also know that this behaviour is ok when using fire-dom-event instead of popup-card, but in my case I need to open this popup-card from multiple places, and would like to avoid having to copy/paste the card in each and every fire-dom-event configuration.
Hi all,
Having upgraded hass and browser_mod, my old popup_cards no longer work and I canāt seem to get them to work in the new way, though I feel like I have the correct syntax.
So my old one was like this in a special section at the top of my YAML for my dashboard:
popup_cards:
sensor.sean_location:
title: Sean Location History and Time to Home
card:
type: vertical-stack
in_card: true
cards:
- type: history-graph
entities:
- sensor.sean_location
- type: markdown
content: |
## {{ states('sensor.sean_eta')}}
{{ states('sensor.sean_eta_description')}}
Now Iām trying to just define a second card at the top of the section with all the other cards like this:
Answering my own question. Looks like it didnāt upgrade properly. I had to remove all traces from config.yaml, delete from hacs and the integration on the integration page and then reinstall completely and it works.
Thanks for this awesome addition to my HASSIO setup. Everything seems to be working as expected, except for the camera. Iām using a raspberry pi with a touchscreen and a built in camera as my livingroom console. I see the camera as an entity in HASS, but I canāt get the image to show. Is this setup supported? Or do I need to install anything on the console device to get this to work?
Again, thanks so much for this awesome piece of work!
Hello ive been trying for days to figure out why i cant get the new version of browser mod to work. the old version worked no problem. i was using it in the old version with templates. i made changes as the documentation states so that it would work with V2 however, nothing im trying seems to work. any assistance anyone can provide is extreamly appricated!
Hi, is it possible, to extract the old browser_mod version and keep it as an individual component? I use it very intensivly and amongst others for my bedroom alarm clock.
As I read here, It seem to make a lot of work with unsure result to get the new version run.
I will not have this time for the next months.
For the time being I have absolutely no issues with version 1.5.3
Same for me, because of the new limitations introduced in the new version compared to the old one. Esp. that more-info of entities in popups closes the popups now. Unfortunately a really big deterioration for me, as I have a lot of popups and cannot have a look in more than one entity more info anymore, without having to open the popup again and again.
My issue is, that browser_mod is always shown as update candidate and I fear that one time I click on it by mistake. Unfortunately it is not possible to set new version in HACS on an āignoreā state like addons
I think, that if you save the custom_component folder, then update and replace the updated folder with the old one, the update candidate info should only re-appear with the next update/version from Thomas. Because for this info, HACS has his own internal version store and thinks, that you are on the recent one. If not try the above and manipulate the manifest.json additionally.
At least this is working for HACS frontent components (even without manipulating manifest.json).
Another approach is to enable experimental features in HACS (Devices & Services > HACS > Configure > check the box labelled āEnable experimental featuresā).
This creates update entities for each HACS installed element, which allows you to āSkip installā, and hide any prompt to update until the next update is released.