I know this isn’t much, but it was really bothering me that the default setting, just showed a non-clickable more-info.
I had some problems in getting this to work in the regular frame, but it all solved itself using the custom:button-card.
This is the result:
One minor detail I’m contemplating at the moment, is how to eliminate the spaces between the cards, that would be the final touch.
The config looks like this:
type: vertical-stack
cards:
- type: 'custom:button-card'
color_type: icon
show_name: true
show_entity_picture: true
show_label: true
name: |
[[[ return states['sensor.repairguydk'].attributes.friendly_name ]]]
label: |
[[[ return states['sensor.repairguydk'].state ]]]
entity_picture: |
[[[ return states['sensor.repairguydk'].attributes.entity_picture ]]]
tap_action:
action: url
url: |
[[[ return states['sensor.repairguydk'].attributes.url ]]]
layout: icon_name_state2nd
- type: 'custom:button-card'
color_type: icon
show_name: true
show_entity_picture: true
show_label: true
name: |
[[[ return states['sensor.drzzs'].attributes.friendly_name ]]]
label: |
[[[ return states['sensor.drzzs'].state ]]]
entity_picture: |
[[[ return states['sensor.drzzs'].attributes.entity_picture ]]]
tap_action:
action: url
url: |
[[[ return states['sensor.drzzs'].attributes.url ]]]
layout: icon_name_state2nd
- type: 'custom:button-card'
color_type: icon
show_name: true
show_entity_picture: true
show_label: true
name: |
[[[ return states['sensor.paul_hibbert'].attributes.friendly_name ]]]
label: |
[[[ return states['sensor.paul_hibbert'].state ]]]
entity_picture: |
[[[ return states['sensor.paul_hibbert'].attributes.entity_picture ]]]
tap_action:
action: url
url: |
[[[ return states['sensor.paul_hibbert'].attributes.url ]]]
layout: icon_name_state2nd