Sure I can share it. Its an conditional card just like the one heinrich did. only difference is that I used an rgba value to add a transperant effect. And I took the Nina logo from the official bbk website BBK Mediakit and edited it to fit my needs. I just uploaded it into the www folder to make it available under /local/nina_logo.png. I am not sure if I am legally allowed to share my altered icon?
I hope that helps you.
type: conditional
conditions:
- entity: binary_sensor.warning_bremen_stadt_1
state: 'on'
card:
type: entities
style: |
ha-card {
background-color: rgba(255, 80, 80, 0.2);
font-size: 16px;
}
entities:
- type: attribute
entity: binary_sensor.warning_bremen_stadt_1
attribute: Headline
name: Bremen
image: /local/nina_logo.png
If you want to add other atributes you can do it like this for example:
