I have not updated to version 2.0 yet, so this is completely untested. I think your indentation is wrong, but you also seem to be mixing up syntax from other custom integrations. Going on the examples here, would this work?:
ultra_hd_jazz_test:
alias: Ultra HD jazz test
sequence:
- service: browser_mod.popup
data:
content: test
title: Test
right_button: Salotto
right_button_action:
service: media_player.play_media
data:
entity_id: media_player.salotto
media_content_id: "christmas radio"
media_content_type: "AMAZON_MUSIC"
left_button: Studio
left_button_action:
service: media_player.play_media
data:
entity_id: media_player.studio
media_content_id: "christmas radio"
media_content_type: "AMAZON_MUSIC"
Can you be more specific about which bit isnāt working? Is the pop-up appearing? Does it have buttons? Is it the button actions that are not working? Have you tested whether your media player service calls work on their own without being in a pop-up card?
I found where lies the problem. I was trying to play amazon music to one of my sonos play:3 devices that it seems is not able to reproduce music from amazon music directly from HA, while it can if from the Sonos app.
Is there a solution for this?
Not a Sonos or Amazon Music user, so I cannot help there Iām afraid.
But as this is a thread about browser_mod, you should probably start a new thread about that, or search the forum to see if others have already discussed the issue. It seems you are not the first to ask, but no answer there either in any case.
Maybe you can help meā¦
I have a script which uses browser_mod.popup service. It works as expected on my Chrome (in an iMac), but if i try to run the same script from the companion app the browser_mod.popup is not working. I registered as browser_mod devices my Chrome on the computer (iMac) and my chrome on the mobile. If i use Chrome to run HA that script is working, but NOT from the companion app.
How to register the companion app as browser_mod device?
If i try to run the browser_mod from the sidebar of the companion app it doesnāt load anything also after clearing cachesā¦
The service runs and I can double check from entities state that the volume attribute has been adjusted accordingly. Here is a screenshot for your reference.
Do you use companion app or are you using the browser?
Thatās because i am using the android companion app and i am still unable to add as device in browser_mod.
Are you able to register compaion app ad browser_mod device?
If yes, how you did it? In my companion app if i click on the sidebar over browser mod i always get a blank screen. I was able to register my mobile chrome but not the companion appā¦
I did it, but why i cannot get the browser mod screen on my companion app?
Always blank screen and in this way i cannot use browser_mod services only for the companion appā¦
All of a sudden (maybe after updates) my Browser Mod devices donāt show in the selection menu of Automations, and at least Navigate doesnāt work. I deleted one and re-added it with a new name. Same. The do show in the Devices list. I deleted the Integration & re-added. No improvement. BTW, had been working for over a month. v2022.12.6, OS 9.4.
EDIT: Restoring to 2022.12.1 seems to have fixed it (but Navigate is inconsistent).
Hi all, quick question, is it possible to invoke the Popup when clicking on a Statistics Graph rather than an Entity? I have a dashboard with a Statistics Graph card that pulls in 4 temp sensorsā data from the last 24 hours. As you can imaging on a smaller tablet screen this is a little hard to read as a smaller card and I really wanted to have the ability to pop this out to either a Wider or Fullscreen view. Just trying to see if this mod is what will give me that ability.
I did a quick search but wasnāt finding anything promising yet, so thought Iād quickly ask the group here.
Feeling really dumb asking this here as itās the simplest thing ever. Using browser_mod, is it possible to put in a script to open up a webpage on my computer? If not, tips?
Sometimes itās the simple things that can get overcomplicated.