Thanks Tom
But its not working.
- type: custom:card-templater
card:
entities:
- type: 'custom:mini-media-player'
name: Google Bedroom
style: !include includes/style.yaml
artwork: cover
artwork_border: true
entity: media_player.spotify
group: false
icon: ''
hide:
mute: false
power_state: true
source: true
scroll_info: true
show_progress: true
source: icon
shortcuts:
buttons:
- name: Cams Classics 2
type: service
id: spotcast.start
data:
device_name_template: >-
{{states.input_select.sound_targets.state}}
uri: spotify:playlist:6AD1X7ZuZKzOcwq8a9u11t
tom_l
May 27, 2020, 1:47pm
1603
You would be better off asking in the template card thread. This isn’t mini media player specific.
Ok Thanks i found this card that does what i want.
DISCLAIMER : This project is a private open source project and doesn’t have any connection with Spotify.
[spotify-card-highlight]
This card supports listing the users currently available devices and the users 10 top playlists on Spotify . Choose an online media player and click on a playlist to play it on the device. The component uses the Spotify Web API .
kimc
May 27, 2020, 3:40pm
1605
Do you have any link to a description?
it already have the following:
def join_experience(self):
"""Join on ongoing experience"""
self._speaker.joinExperience()
def leave_experience(self):
"""Leave experience"""
self._speaker.leaveExperience()
looks like thats the part
Flo.C
(Flo)
May 27, 2020, 10:45pm
1606
Hi all,
I setup a few mini-media-player cards. For some reason the buttons are not visible, but I can press them. Any ideas what that could be? Here is the code
type: conditional
conditions:
- entity: media_player.schlafzimmer
state_not: paused
- entity: media_player.schlafzimmer
state_not: idle
card:
type: 'custom:mini-media-player'
style: |
ha-card {
margin: 0px 14px -5px 14px;
}
entity: media_player.schlafzimmer
icon: 'mdi:cast'
artwork: cover
artwork_border: true
power_color: true
scroll_info: true
show_source: true
mini-media-player-base-color: null
nickrout
(Nick Rout)
May 28, 2020, 12:25am
1607
For a start, i have no idea what an “experience” is in this context.
The beoplayer integration needs a service that joins or unjoins speakers to a group. Please see the source and docs for the supported integrations (which are listed in the mini-media-player docs).
But above all, you need to have this conversation with the beoplayer author on his github. When/if he has implemented the appropriate services, come back and post an issue on the mini-media-player github.
…
same here, Version 0.110.2
Greetings
El Grande
Flo.C
(Flo)
May 28, 2020, 7:31am
1610
“First of all: Check for updates” - what I always tell my family and friends.
Thanks a lot
1 Like
MITSam
(Samuel Benzaquen)
May 28, 2020, 11:52pm
1612
I seem to have 1.9.1 and the buttons are still invisible
nickrout
(Nick Rout)
May 28, 2020, 11:58pm
1613
Have you cleared your browser cache?
Awesome work! Fellow Google guy here just wrapping my head around Home Assistant (loving the possibilities), and this was just what I was looking for.
Umbe
(Umberto)
May 30, 2020, 7:58am
1615
Hi , @kalkih , sorry to bother , i was trying to play with the squeezebox group , from services i used
squeezebox.sync and it works , but squeezebox.join doesn’t exist.
Is squeezebox still not available or i am missing something ?
Thanks
Nevermind , my bad i didn’t update to latest version
Thanks so much , the job you made is awesome
MAy i ask if is possible to control volumes separately , i do not see the controls of the single players.
thanks
kalkih
(Karl Kihlström)
May 30, 2020, 10:04am
1617
Umbe:
Nevermind , my bad i didn’t update to latest version
Thanks so much , the job you made is awesome
MAy i ask if is possible to control volumes separately , i do not see the controls of the single players.
thanks
Thanks!
I don’t have any plans for that, would make the card a multi entity card and that is not the path I want to take with this card, at least not at this time.
Also, “group all” will not work for squeezebox, but that should be addressed in the backend in my opinion, more info below.
kalkih:dev
← kalkih:squeezebox-multiroom
opened 11:31AM - 24 May 20 UTC
Squeezebox doesn't have a slave/master setup like many other platforms so it req… uires some changes related to that functionality, now we set the card entity as the master, I'm not sure if this is the best solution.
Also, the service calls it uses are not the "standardized" ones, and there doesn't seem to be support for grouping multiple entities at once, at least not from looking at the documentation.
https://www.home-assistant.io/integrations/squeezebox/
Need to add documentation.
Umbe
(Umberto)
May 30, 2020, 11:18am
1618
Thanks , i managed linking various pieces , adding also the radio selection.
Seriously , great job , thank you.
Please note for everyone , i think you have to set sync volumes in order to let that work , otherwise the main volum just manage the volume of the single " master"
1 Like
dudu631
(Dudu631)
May 30, 2020, 4:37pm
1619
I’m out of ideas here. Can’t get it working no matter what.
I’ve installed through hacs and added the resource via UI (Config>Lovelace>Resources Tab).
No luck so far.
Resource path: /community/mini-media-player/mini-media-player-bundle.js
Any help would be appreciated.
dudu631
(Dudu631)
May 30, 2020, 4:51pm
1620
Simple card I’m trying:
- type: 'custom:mini-media-player'
entity: media_player.echo_show
icon: 'mdi:spotify'
dudu631
(Dudu631)
May 30, 2020, 4:56pm
1621
Apparently i needed to correct my resource path to:
/hacsfiles/mini-media-player/mini-media-player-bundle.js
And remove the ‘-’ of the card configuration:
type: 'custom:mini-media-player'
entity: media_player.echo_show
icon: 'mdi:spotify'
Makis
(Makis)
May 31, 2020, 9:18am
1622
Hi
I have integrate to HA my not smart soundbar as a media player with this integration (uses broadlink rm mini). I added my custom own codes and it is almost working.
the configuration is as simple as it gets (I know there are many possibilities but I used the card for first time yesterday)
entity: media_player.soundbar
type: 'custom:mini-media-player'
My problem is that if the slider for volume isn’t working although the arrows do change the sources as they should
If I enter in the menu the volume and mute function also working fine
I can leave it as it is but I would like to use the slider too.
Is there something I could do?