Hi, Iām trying to get a switch that I can turn on normally but if I turn it off it should show me a popup (so I canāt turn it off by accident) As I couldnāt find a way to do this in Lovelace because there is only a tap action and no turn_off or so. I thought I could do it with a template switch, but I donāt know if it is possible or how I have to use the fire-dom-event. Did someone already do this?
Thanks
Hi, I have a RPi4 4GB with touch screen hanging against my wall. I use this for my smart home dashboard. It displays a live camera feed, some sensors and other buttons all via HA. I want this dashboard to show a screensaver, preferably the local time (which I have a card configured for) after about 2 minutes of the last use. I canāt quite work it out since my last seen sensor attribute using browsermod keeps updating, does anyone have a solution?
Hi there, how could I use browser_mod.popup at tap_action at a entity-filter in a vertical-stack?
IĀ“m looking for the ability to toggle / switch the āDesktop PCā switch, after click / tap at the āsensor.power_69ā entity.
Is this something that might be fixable in the browser mod? Or should I fix this by making this color transparent in the theme (although Iāll still have to figure out which haha)?
Hi,
I recently started setting my themes with automation according to the sun, dark or light.
However I also have separate dashboard for the wallpanel, which theme is set separately on view level, and not supposed to be changed by that automation.
This all works perfectly except one thing, the browser_mod popups are always uses the theme selected by automation and ignoring the view level theme on my wallpanel dashboard.
Is there any solution for that? Maybe there is a way to set a theme in URL or something?
Is it possible to make a group/Area in HA and add browser media devices to this group and then use service: tts.google_say to send notifications to browser mod devices ?. I cannot get it to work
Has the ability to override the more-info popups via the popup_cards section broken, or is it just me?
I havenāt made any changes to this lovelace yaml recently, but all of my more-info cards defined this way now no longer work (e.g. after getting the hotspot indicator from long pressing and releasing, nothing happens). All more-info cards not overridden this way work fine.
Had a question and wondered if the device-specific capabilities of browser_mod could be the solution. Right now iāve got a conditional card that uses an input select button to display a certain remote control. So Click the button, and its the family room remote, click another, and its the bedroom remote.
The issue is, If Iām downstairs and my wife is upstairs, we end up going through a constant remote toggle as the state of that input select is global. Would it be possible to show two different states of the input select depending on the device using browser_mod?
Hello,
I am in the creation of a java card. I want to put a popup for the attributes. I manage to make it work manually how to integrate it into my java file.
I have a popup card that calls another custom card (a tv remote card) working perfectly in my chrome browser on my computer, but it doesnāt work on my iPhone or iPad through the HA app. On my phone/tablet I just get the normal āmore infoā popup.
Iām very new to this so Iām not sure where to start in terms of troubleshooting. What am I missing or where do I have this incorrect?
live_camera:
alias: Live Camera
sequence:
- service: script.camera_message
data:
payload: "tap action {{ camera | upper }}ON"
- service: browser_mod.navigate
data:
navigation_path: "/lovelace/{{camera}}"
deviceID: "{{ deviceID }}"
# deviceID: screen_basement_gentoo
- service: system_log.write
data:
level: info
message: 'Live Camera Navigate: Path: (/lovelace/{{ camera }}) Device: ({{ deviceID }})'
The script executes successfully when I tap, the mqtt message is sent, but the browser_mod navigation fails. It does not seem to understand this. It works if I hard code a deviceID, but I need it to work on this.
Can Thomas or someone help me please? I have the briwser mod working, great mod by the way. I have the a browser media player running on an old laptop and I send tts notifications to it that are the announced via the speaker connected to it. Works awesomeā¦but then it is as if the home assistant tab ātimes outā (?), I donāt know as it stops working.
If I connect to the laptop with remote desktop and interact with home assistant tab in chrome and then send a notification, it starts working again.
Does it ātimeoutā? How do I keep it alive without physically interacting with it? Ia yhere perhaps something else Iām missing.
I have been using browser mod for a long time and it is working great. The one thing I struggle with though is old browser sessions.
When I view Home Assistant from my iPad or iPhone for example I get a new device id each time. This is intended. Same for my desktop browsers, chrome etc. New device id each time. My problem is that these old device ids are cluttering up my Home Assistant and never go away.
Is there a way for me to have these automatically cleaned up after some time?
Hi @millsx2 did you ever figure this out how to use browser_mod on a Google Hub? I want to have my Hub as a HA controller dashboard. A device id is created, toasts are displayed but almost all other things donāt seem to work.