Here it states āItās advisable to use a fire-dom-event tap action instead as far as possible.ā
Why is the fire-dom-event method preferred (e.g. speed, reliability, etc.)?
When I call a popup card using fire-dom-event, if the view previously required a scroll bar, the scroll bar disappears causing the entire screen to shift (and then back again when the popup is closed).
Is there a way to prevent this shift?
When I use the new popup card, my entire view shifts to being right-justified instead of centered on a display that has extra horizontal space. On a smaller screen with no extra horizontal space, it actually causes the displayed columns to swap. The viewās layout is custom:horizontal-layout and when I comment out the popup card, it returns to the center and the columns return to their proper positions, respectively.
Could this be an artifact of the popup card being hidden but still affecting the layout or something Iām not configuring properly?
I only get an empty popupā¦
All was working good before the 2.0 release.
Any hints?
EDIT: How to disable light and media_player from the default browser just i did before with - disable: all?
Device registration is handled completely differently in v2.x. Read the Wiki for more information. Thomas also replied to a similar question earlier in the thread.
Thanksā¦ i solved the first of my questions, but about the second how to disable lights and media player from the default browser? In the Thomas reply there is no answer about it.
When turning on the camera option for a registered browser, the camera immediately starts sending video even if thereās nothing actively looking at that camera. In Home Assistant we can see that the camera is āidleā. I donāt believe the camera should be consuming bandwidth unless viewed. but I can see the data usage.
Whatās worse is that if I open up multiple browser windows (pretty typical) it increases for each window. Its like its trying to send data for the camera for each HA browser window open.
I have three tablets (on my walls) and on all of them browser mod constantly randomly ādrops outā - all sensors become unavailable. Browser mod page also says that itās not connected (last connected x hours ago). I have to manually clear cache, refresh page, sometimes unregister and re-register to make it work again. On attached picture (1 day history) bottom two became unavailable at the same time (nothing happened then, and first one remained online), and available again after HA restart (i did browser mod update), but first one is still unavailable, even though it IS online and working. Note that there are ātonsā of small grey lines - those are all āunavailableā times.
Itās pretty annoying, since some of my automation rely on these sensorsā¦
I DO have turned off HA option (automatically close connection after 5 minutes). All of them are running on fully kiosk.
Any thoughts what could be wrong? Is it possibly a bug? I didnāt have problems with old browser mod versionā¦ I really liked previous option to force device id with entry in html lineā¦ (?deviceID=ā¦).
One feature request: The menu that is now available via the new sidebar entry, couldnāt that also be made available via the usual configuration option in the integrations page? Iād like to keep my sidebar rather empty and would not need to access the browser mod settings very often, but there does not seem to be another way to open the settings (besides bookmarking the URL).
Hi there,
Iāve updated the browser_mod integration from v1.x to 2.1.3 by following instructions (removing the old version, restart, clear cache, ā¦).
I changed my code related to fire-dom-event in my dashboard frontend pages => this work pretty well, popups are rising, and Iām happy .
But if I try to call the browser_mod.popup service from developer tools (as mentioned in installation notes), no popup was displayed from that place. I got the Green check mark on CALL SERVICE button telling me the service command was sent, but no popup appeared. Any advice about that behavior?
Sorry for replying to an old post, but is there anyway you can give the smallest example
Of code to make a simple button card popup with a different card on tapping. To work with all browsers. I just canāt seem to get this working itās driving me crazy
Yeh ive Cleard Cashe and tried all i can to see to that it should be all knew and dandy. But nothing is poping. So i wonderd if my code was wrong. hmmmm