though.
Then follow the guide at https://hacs.xyz/docs/installation/prerequisites.
Then just go to the integrations tab, and select the plus, and search for browser_mod.
Once youāve found it, click on it, and click on install.
Trying to play a local file thru my tablet with fully kiosk browser plus.
But it cant play any sound, not even tts. Is there any setting i should make in fully or somewhere else? Works on my pc =)
First one:
Oddā¦ How are you testing it? Developer tools? Screenshot? Itāll show up as a little notice on the bottom left, no sound.
Second one:
Yes, you can use Fully. If you can play stuff using TTS and curl, you should be able to make a shell command to do it. Check out
Any service data can be accessed as a template variable.
Curl is a command line utility to make web requests. If the example you posted before was doable from your browser, you should add to your configuration this and restart HA:
Nice! Thank you so much!!! that works good.
Have been tesing more with broswer_mod now, everything now works except media_play on my tablet
media_content_id: 'http://192.168.1.4:8123/local/kaffe.mp3'
entity_id: media_player.tablet_kiosk
media_content_type: music
media_player state on the tablet is stuck on āPlayingā after first try i send it a message to it. When i try it on my pc it goes back do āidleā when audio is done
I love that you can now change the device id with via the query string. This is great for my desktop browser and for my kiosk screen (I can have the device id set in the URL so thereās no possibility that it will ever change), but I this doesnāt work in the mobile app where I canāt just type a URL.
Iāve tried adding an entities card with a weblink on my mobile Lovelace dashboard, but this doesnāt work. Testing the same on my desktop, it appears that the link navigates to the URL with ?deviceId=my_new_device_id, but browser_mod doesnāt pick it up unless I reload the page which I canāt do in the mobile app (at least on Android).
I have a weird issue and itās hard to tell what causes this. This issue is only on iPhone and only with a dropdown menu as a browser mod popup (stock more-info with dropdown menu works fine).
This is what I get on iPhone. The dropdown menu only extends to the visible card. If the visible card is longer, you can see more of the dropdown menu. The items are there though, but not visible. Pressing on that empty space, actually selects the item that is actually there.
Just in case, I reverted to the default theme to see if maybe popup theme (introduced with the new card mod) causes this. But I get the same results. But envoking the stock more-info, shows the dropdown normally. I think because that one is fullscreen and this one isnāt. If I put an extra card below there (in the popup) the dropdown menu is visible further, at exactly the end of the cards.
This issue on iPhone occurs on both Safari and the official HA app. And only with dropdown menu inside popup envoked my browser mod (stock more info has no issues). Iām running latest HA, browser mod, card mod and iOS 13.6 btw.
This might me card mod related, but Iām not sure. Using default theme and removing style from popup still gave the issue though.