But it does not seem to work, when I inspect the element the padding is back. Iāve tried clearing my cache, styling it with card mod, but to no avail. Any help would be much appreciated!
Excellent and valuable mod. Many thanks to devs!
Would appreciate a comment on browser-mod sequences and if there are limitations on what can be used in them.
This fire-dom-event button works to navigate the current browser as it should:
The button with a sequence of two services below does not work so far. Both services work on their own.
I want to navigate the browser that makes the call and then run a script from one button.
Can I do that? I assume a sequence is a browser call?
If so what am I doing wrong, as this is not working yet.
Any hints would be much appreciated!
Iāve got a popup card with blurred background (of the whole screen) and I now want to modify the popup card with a colored font and maybe with a bigger font.
I tried various versions but couldnāt get it working.
Iām afraid with these little bits of info I am unabe to comply.
So unless you donāt tell me what I have to do in my specific case, this help is not what I need.
Iām not that skilled.
Sorry
Yes, I use this combination since tabbed card exists. Works great for my media remotes, easy switching between TV and AppleTV remote by selecting the tab in the popup
thanks @Protoncek & @ASNNetworks for your help! I think, I may not have worded my question / ask clearly enoughā¦what Iām trying to achieve is:
When I click on an area, HA goes to a seperate page (for a room) with all the lights/ speaker/ plus etc. What I would like to achive is load that page into the popup.
Got it @ASNNetworks - thatās what Iāve started to do - was just looking to see if I could save myself some copy & paste work
again, thanks for taking the time to reply!
Hello,
I want to create a SMALL Popup. I tried nearly everything. But iām not able to create a SMALL Popup in my mobile. Istās always in fullscreen.
Here ist my Code:
show_name: true
show_icon: true
type: button
tap_action:
action: fire-dom-event
browser_mod:
service: browser_mod.popup
data:
title: The title
content: The content
right_button: Right button
left_button: Left button
style:
ha-dialog$: |
@media (max-width: 450px), (max-height: 500px) {
div.mdc-dialog div.mdc-dialog__container {
align-items: end;
padding-bottom: 10px;
}
}
name: Reset
icon: phu:vac_sbrush
On the link from that ticket, there is a fork someone made, that does fix it temporarily. I tried it myself just now and it works. Good option till the official one is fixed.
The media player entity is unavailable on my iPad and android device.The camera entity is available ,but it always shows broken stream icon.How could I solve these issue?
Is it possible to open a popup from another popup and if the last popup is dismissed or perhaps another button press is triggered, to have the first popup appear instead of closing all the popups and returning to the main screen?
homeassistant.exceptions.ServiceNotFound: Unable to find service notify.browser_mod
So I guess the service should be called notify.browser_mod and not browser_mod.notification though the latter should be maintained for backward compatibility.
With browser mod two, I am trying to do a popup on the current device and am not having any luck. What am I missing? THe below code is working on the laptop that I coded it on but I need it to work from the browser that it is being activated from.