Keith Townsend

Results 14 comments of Keith Townsend

I agree! This is the very first thing I wanted to change when I started using this card. I love the simple and clean layout of this card, but that...

@sasukebinbin today's release added a template variable for the heading margin to fix this: --banner-card-heading-margin

@gasm67 you can put the settings in your theme file, which is likely in your `/config/themes` folder. Here are a few settings I have in my theme for this card:...

@cyberjacob a recent release added a template variable for the heading margin to fix this: --banner-card-heading-margin

@tonysurma, I'm not having a merge issue. The problem in this ticket is just the names I have assigned are not shown in the integration card; it just shows "Fire...

I did some poking around in core.device_registry and noticed there are two properties for the name: ``` "name_by_user": "Master Suite Tablet", "name": "Fire Tablet", ``` I suspect the integration needs...

I would also love this suggested feature. In my case, I'm trying to use this as an element on a picture elements card and the text is unnecessary. Just an...

@RomRider, would it be feasible to track an array on `this` of what you find in the parsing (I suspect you might already do that?) but when parsing states[...] you...

@RomRider, I should clarify that when I say variables I don't mean javascript variables. I mean the variables feature of your card. I think that might be easier to manage...

@RomRider, I was a bit tired and focused on my personal scenario and wasn't thinking about how the variables can themselves need javascript evaluation. I am better seeing the challenge...