type: custom:auto-entities
filter:
include:
- entity_id: sensor.some_sensor
card:
type: custom:flex-table-card
columns:
- name: object
data: state
- name: object
data: some_attribute
modify: '''<a href="'' + x + ''">Link</a>'''
2 Likes