Hallo
Ich habe mir eine custom Button card zurechtgeschnipselt.
Nun mein Frage:
Ist es möglich bei dieser card auch oben noch so einen Balken (wie auf dem Printscreen unten zu sehen ist) zu machen mit einer Anzeige einer anderen entity?
Gruss
Ritschi
Ich habe mir eine custom Button card zurechtgeschnipselt.
Code:
type: custom:button-card
show_name: false
show_icon: true
tap_action:
action: navigate
navigation_path: pool
entity: sensor.poolabdeckung
icon: fas:swimmer
aspect_ratio: 1/1
name: Rasenmäher
styles:
grid: null
icon:
- color: |
[[[
if (entity.state == "Offen") return 'rgb(253, 216,53)'
if (entity.state == "Geschlossen") return ''
if (entity.state == "error") return 'red'
else return 'red';
]]]
- position: absolute
custom_fields:
notification:
- background-color: rgb(068, 115, 158)
- border-radius: 0%
- position: absolute
- left: 0%
- bottom: 0%
- height: 20px
- width: 100%
- font-size: 9px
- line-height: 20px
- font-weight: bold
- color: white
custom_fields:
notification: |
[[[ return (states['sensor.poolabdeckung_name_angepasst'].state) ]]]
Nun mein Frage:
Ist es möglich bei dieser card auch oben noch so einen Balken (wie auf dem Printscreen unten zu sehen ist) zu machen mit einer Anzeige einer anderen entity?
Gruss
Ritschi