Can this card work with Lovelace?
This is amazing and exactly what iāve been looking for, but the original guthub repo link doesnāt appear valid any more?
I think theyāre all being withdrawn as people are moving over to lovelace, but the latest version of the html is on my repo if thatās any good for youā¦
link removed
Ok, thanks. Iāve not looked at Lovelace yet, Does Lovelace bring this kind of functionality out of the box? Or is it just the case that this needs rewriting to support it?
Havenāt a clue , lovelace_ui is next on my list but I havenāt read anything about it yet other than the fact it exists.
thanks for the link to the custom HTML, but iām not sure what I actually need to do to get this all together. I assume that goes somewhere locally on the HASS.IO install and then i also need to add a reference to the statecard in the config somewhere?
Yeah, so put the media player and media player es5 files in your www folder, then reference them under frontend
frontend:
extra_html_url:
- /local/custom_ui/state-card-mini-media-player.html
extra_html_url_es5:
- /local/custom_ui/state-card-mini-media-player_es5.html
Then you make some dummy input_texts to use as the media players and give them the state card in customize, which then you assign the actual media player to
link removed
Hope this helps.
Awesome, thanks
Are the double set of controls a known issue?
I think thatās a problem with certain mobile browsers, chrome should work pretty well.
Again though, this is unsupported now hence the repo disappearing. The only reason I still had the files is because I keep putting off trying to get my head around lovelace, but itāll be the standard soon so I need to pull my finger out
Actually it is the same on Chrome android/pc and Firefox android/pc, so I guess lovelace is next step then
Hmm, looks OK on chrome on my android
But yeah, I think itās time to start experimenting with the future
Hello
How could I color the icon of the TV for example when on and off?
I donāt know how and where I could use Ā« color_state: true Ā»