reidprichard

Results 7 comments of reidprichard

Yeah, I tried that, and the quotes are auto-removed when I save the changes. It seems that pure text does not work as a variable. This works: ``` type: custom:config-template-card...

Actually, I figured it out. Strangely it appears that text variables must be entered as a list, as shown below: ``` type: custom:config-template-card variables: STATE: states['light.bedside_lamp'].state NAME: - light.bedside_lamp entities:...

@RedWheiler80 I got it to work by removing the old Banner Card from HACS and adding a custom repository pointing to https://github.com/rosskyl/banner-card/ (HACS > Frontend > three dot menu >...

Similar issue here with a bare-bones mini-media-player card. The dropdown is stuck open, and it's beneath the cards below it. ``` type: custom:mini-media-player entity: media_player.65_tcl_roku_tv ``` ![image](https://user-images.githubusercontent.com/66481248/157881190-dd9b3295-bdb0-406c-a6ff-0611806654e7.png)

Ahh, I see that now. Would it be easy to add a go2rtc config item to select camera type and update this behind the scenes? Or maybe I'm the only...

I agree, would be a killer feature! For large groups of windows (e.g., I have a 3x3 setup) it is tedious to bring them to the foreground.

Wow, would you believe that timing! I just finished my own daemon to interact with Kanata's TCP server. I guess it's pretty similar to kanawin with a few pros and...