#Bookmarks ?

1 messages · Page 1 of 1 (latest)

bronze badge
#

I would like to turn my homeassistant dashboard into my browser dashboard, but for that i need to be able to add links to other websites (bookmarks). I am somwhat experienced with Homeassistant, installed it throug docker compose, and can write yaml. I already have hacs installed, but i cant find anything in there that can help me. Any ideas ?

viscid root
#

example button card

show_icon: true
type: button
tap_action:
  action: url
  url_path: https://google.com
name: Google
icon: mdi:web