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 ?
#Bookmarks ?
1 messages · Page 1 of 1 (latest)
you can change the interaction setting on buttons and stuff to URL then stick any address you want in there
example button card
show_icon: true
type: button
tap_action:
action: url
url_path: https://google.com
name: Google
icon: mdi:web