Is there any way to make the overlay/background of this transparent/none so that it fits in to my theme set up as below? At the moment it shows a solid background.
Hey, when you disable yaml mode, ui-locelace.yaml is no longer being used, so youâll have to add the card resource reference through the raw config editor in the home assistant user interface.
See step 3 here.
Yes, the card background is based on the style variable --ha-card-background, so you can either change this variable in your theme (will apply to all cards) or set it manually for specific card(s) using something like lovelace-card-mod.
Edit: Btw, make sure you got the latest release of the card, the background color was based on --paper-card-background-color in earlier releases.
Thanks heaps for fast response! Have tried that but doesnât seem to do anything. Am on v1.2.2 as well which looks like the latest on HACS. Here is my code:
I did make the changes i the raw config, save and restart. but no media player.
I just copy the url i had in my old file, what i know work using the other methed.
bu no luck
Try, type: module, if that doesnât work try clearing the browser cache.
And If still no luck, try installing the card from scratch, this guide by @thomasloven is great, combined with the card readme on github.
Okay, that seems to suggest that the code is being loaded twice, make sure the resource reference is only included once, could be a cache issue, try clearing the browser cache manually,
i just get No card type found.
i am using HACS and i have check the so the name of the patch i correct, i have cleard the cache 5times. Will try install it the old way and see if its get me any luck. Starting to think somthing is wrong whit HACS insall, cant get any one to work from it
EDIT: i tried install it the âoldâ way, and not using HACS i now works like a charm. now i need to figuer out how to write the code to make it work like i whant:S
i mange to get it to works⊠took way to long but now it works.
dont know if this is the thing i looking for but, maybe some one can show me the patch:)
I want to make a media play for example mini media player to play music from spotify and be available to chose if i want to play it in kitchen, livingroom and so one.
What type of media devices are they? You could potentially do this through mini media player shortcuts but I would need to know what kind of media devices you got to give you an explicit example.
i have paste the code in hearâŠ
that have a -type but when i have save my raw-config swap it to url instead. so every time i write -typ i cant find the card. But then i wrote typ of mistake⊠and notis it was asking for a entity
i have google hub, google audio cast, apple tv 4, i think of geting more more google audio.
Is there anything specific I need to do to get icon_state to work? Right now, the icon doesnât change color when powered on. The power button does, but not the icon. Right now, I have it set to icon_state: true under the respective entity, but no change occurs to the icon when powered on or off
Icon state was removed a few months ago, might come back in the future.
Thanks!
Iâm not familiar with heos sorry, but a after a quick look at the heos HA component it seems like groups are not yet implemented/supported (source), so I donât think so unfortunately.
Are you sure the url is correct? My HACS tells me the url is /community_plugin/mini-media-player/mini-media-player.js (without the â-bundleâ) part, but if you can access the currect url through the browser it seems to be ok.
You could also try editing the config from the ui through the âraw config editorâ see here.
You could try replacing type: module with type: js if you are running an older browser.