Rapha

Results 37 comments of Rapha

> Yesterday I ran into the same issue described in the op and ste19m's [#600 (comment)](https://github.com/twrecked/hass-aarlo/issues/600#issuecomment-1152968472) was enough for me to sort it out. > > I was using gmail...

Thanks for having a look at it. Honestly I'm not sure what could be the best way of representing it,.. Just thinking about it now... I'm coming up with this...

Maybe related: https://github.com/home-assistant/core/issues/66131 https://github.com/home-assistant/architecture/discussions/666#discussioncomment-2145527

Starting from @kongo09 code, thanks!! I came up with this card-mod configuration, by way too much trying and error, I know nothing of css ! 🤦‍♂️ ![image](https://user-images.githubusercontent.com/25059996/128577459-8f346532-55a7-45a0-a9e2-c60ddde3659d.png) click to expand...

update, my 2.0 version of the _'fake a media library button'_: ![image](https://user-images.githubusercontent.com/25059996/129080682-8b38ab95-dec8-469f-85eb-0d150ac9f679.png) click to expand Yaml ```yaml type: custom:stack-in-card cards: - type: custom:mini-media-player name: YT Music Rapha hide: shuffle: false...

> How does this one relate to #125 ? Different aproach, #125 rewrites A LOT of stuff, from scratch, it's even hard to review all that code. (Althought it seems...

I got here, because I had the same issue, but I found the reason (and solution) for my case, so I want to share the info. Pay close attention to...

Yeah, great idea to show a warning instead of failing silently. Your proposed logic would work on my 2nd scenario I had the issue (when the system clock was 2...

Another aproach, (just brainstorming ideas) when you have this block of code for example: ```typescript if (start_time && duration) return (Date.parse(start_time) - Date.now()) / 1000 + duration; ``` the card...