I originally had your same problem until I did this.
Thanks for your answer.
This only disables all entities related to devices (available or unavailable), but devices are still there.
If the devices are unavailable (and for sure it will never be back in the future), Iām not able to delete them without removing the integrationā¦ thatās my concern.
As browser_mod is probably based on a cookie that is related to the session context, the behavior seems correct: when clearing the entire cache, it will delete the ID related to the device and create a new one when the browser reconnects the next time because it is considered as a new device.
But I would like to clean up the mess without having to remove and re-add the integration.
Hi all,
A question.
Is it possible to make a button when i click on it, i get a popup showing the new energy dashboard or the media browser (with other button) inside the popup?
Iām not sure how.
However, in Developer Tools/States, I only see entities with the browser mod ID (i.e. 218f8982_b93c0162) and only camera and media_player with no sensor.
My goal is to manage charging based on the battery of my tablet (Fire HD 10) running Fully Kiosk, so maybe thereās another way thatās a bit simpler. Very curious what Iām missing here.
Thank you so much. This is exactly what I was looking for. I would like to figure out the logic to only have it charge during the day (so the switch doesnāt click or light up while sleeping) unless itās absolutely necessary. I use node red, so will experiment with that when I have a chance.
@rmertz3282 Any idea why Iām not getting more info?
Specifically, Iām not getting screen on data. I can turn the screen on/off with the switch, but it doesnāt recognize if itās on or not. When I put the same command in my browser, I get much more data back. Do I need to add screen.on to the sensor?
You should try using the mode restart instead of single. The trigger would be any touch and the action would contain the 2 minute wait and then the navigation action.
This way every touch resets the automation and therefore resets the timer.
I have created 3 pages on my HA Lovelace Dashboard so I donāt overload the single page with information.
How can I achieve that in interaction with the Fully Kiosk Browser App I can achieve an automatic switch between the 3 pages after a defined time and I can also display the Energy Dashboard, this always in Alternation, can the browser mod do that? Thanks
Will just leave it here. I wanted to popup animation when there is something wrong with troubleshooting instructions. So to do that I have created automation with the following code:
I am trying to create a popup inspired by minimalist design to control light brightness and color.
But I have a problem with text that display brightness which is not refreshed (when used outside of browser-mod popup it works correctly)
Can someone help me ?
I believe this is a bug. I noticed this behavior as well with input_text entity inside entities card. Using it outside popup it worked fine. But as a popup, it didnāt update the text when changing. Closing and opening popup showed the new state. So if sergio_ptās suggestion doesnāt work, itās a bug with either browser_mod or how Lovelace handles browser_mod popups. In that case you should create a ticket at browser_mod Github and hope it will be solved in the future.