Congrats man!
Hope to be one soon as well
Can anyone help me with the sonos-card? https://github.com/DBuit/sonos-card
Itâs really testing meâŠ
I want to use it with browser_mod (I have not updated to 0.113) and try to integrate it with the design of Mattias Persson https://github.com/matt8707/hass-config
Have gotten the popup to work, but I get this:
action: call-service
service: browser_mod.popup
service_data:
title: Luk
deviceID: this
style:
--ha-card-border-radius: 1em
--more-info-header-color: rgba(255,255,255,0.6)
background: none
box-shadow: none
width: calc(400px + 555px)
card:
- type: custom:sonos-card
name: Sonos Alrum
show_header_toggle: false
style: |
ha-card {
animation: pop-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) both; transform-origin: center;
box-shadow: none; border-radius: 1em; padding: 0.3em 1.25em 0.4em 0.5em;
background: linear-gradient(180deg, rgba(48,52,52,1) 0%, rgba(48,52,52,1) 4.8em, rgba(34,38,39,1) 4.8em, rgba(34,38,39,1) 100%); }
.card-header {
margin: -0.4em 0 1.4em 0.4em; font-family: sf text; letter-spacing: 0.005em; font-size: 1.5em;}
@keyframes pop-in {
0% { transform: scale(0.6); opacity: 0; } 20% { opacity: 0; } 100% { transform: scale(1); opacity: 0.9; }}
entity: media_player.alrum
Any ideas?