banner-card icon indicating copy to clipboard operation
banner-card copied to clipboard

A fluffy banner card for Home Assistant 🥰

Results 77 banner-card issues
Sort by recently updated
recently updated
newest added

Possible solution/improved for issue #24

Is it possible to implement a when statement with reference to another entities state? eg: ``` type: 'custom:banner-card' background: '#B0C2ED' entities: - entity: light.dining_room name: Dining - entity: script.1561637538159 icon:...

Is it possible to support icons from Material Design in the card heading, alongside the already supported Emoji's?

planned

One of my banner cards does not seem to have any margins when viewed on mobile. **On PC browser:** ![image](https://user-images.githubusercontent.com/1570136/62054234-2d795980-b1e7-11e9-954a-90baa4ebe2b4.png) **On Mobile** ![image](https://user-images.githubusercontent.com/1570136/62054558-d031d800-b1e7-11e9-922e-36a2e85376da.png) The Living Room banner card does not...

As a the title says: Instead of a static text/icon combo, is it possible to display an entity's value? Something like this: ``` - type: custom:banner-card heading: - mdi:server -...

I would like to request to handle template in values or even better if there would be a specific precision defined indicating how many digits will be shown from a...

Hey folks, I'm hoping I can somehow format the attribute of one of my sensors into something like `3 hours from now` or `5pm tonight` My config is as follows:...

I am going nuts here but cant get the format to change the font size, what am i missing? ``` type: custom:banner-card card_mod: style: | ha-card .heading { font-size: 1em;...

Hi, I'm having a problem with trying to change the color of the value (not icon) based on a set of parameters. For example, I want to show the Air...

Hi, First, thank you for the card. I love it. I have a light and I want to use a specific color for the off state. I've been successful at...