#FR for adding actions to markdown card

1 messages · Page 1 of 1 (latest)

round shale
#

please consider upvoting that herehttps://github.com/home-assistant/frontend/discussions/22231

so we can do

  - type: markdown
    card_mod: !include /config/dashboard/card_mods/markdown_heading.yaml # add some styling
    content: In 1 oogopslag
    tap_action:
      action: navigate
      navigation_path: /ui-data/samenvatting
    hold_action:
      action: navigate
      navigation_path: /ui-sub-views/samenvatting_groepen```

And have great dynamic header cards
Can't (yet) use the new sections heading, because that does not cater for dynamic (templated) content
GitHub

using Markdown cards as header cards, for their ability of templates and dynamic titles. would be magic if we could hold or tap the header to naviage away and be able to do: - type: markdown card_m...