oyvhov
(home assistant dashbord )
February 23, 2026, 7:46pm
1
Hi, I’ve been working on creating a responsive dashboard for Home assistant that does not relay on YAML. Open source ( React 18 + Vite + Tailwind)
Main Features:
Drag-and-drop layout: Easily resize, reorder, and organize cards.
30+ card types supported: Lights, climate, media players, vacuum, covers, sensors, calendars, etc.
Popups All cards have dynamic and relvant Popups
Server-side profiles: Your layouts are saved per HA user and sync instantly across your devices. You can pre-make dashboards an push to other Devices
Live WebSocket updates: Real-time connection to Home Assistant.
Themes: Dark, Light, and more themes
Multi-language: Currently supports English, German, Swedish, and Norwegian.
Lockdown Lock with Pin code so guest / children can’t make changes
Can run in Docker / HA addon
GitHub Repo & Setup Guide: https://github.com/oyvhov/Tunet/
Caledar / To-do
Let me know what you think!
9 Likes
stban1983
(stban1983)
February 24, 2026, 3:49pm
2
whoho!
It looks very comprehensive and super easy to use! I’m going to look into it!
1 Like
zodyking
(The Engineer)
February 24, 2026, 4:04pm
3
Good work i definitely wont study this code and replicate its awesomeness in my projects
1 Like
great work!
I’m currently playing with some cards
is there a way to use your dashboard in full screen without the homeassistant sidebar?
1 Like
oyvhov
(home assistant dashbord )
February 24, 2026, 9:28pm
6
Thank you. You can set a port in Addon settings and use that on your Home Assistant IP .
1 Like
stban1983
(stban1983)
February 25, 2026, 4:19pm
7
Can i ask something for Tunet?
some text are unreadable due to color. Is it possible to change modify it ?
exemple:
and for media card, it would be interesting to be able to browse media in the popup card.
1 Like
oyvhov
(home assistant dashbord )
February 25, 2026, 4:24pm
8
Yes. I will try to fix that. I’m also open to Issues on GitHub
1 Like
I love your dashboard, it is the sexiest of all out there!
will you also support https in the future?
or differently, is there a solution for enabling your dashboard as the default dashboard on a https homeassistant app?
1 Like
is there a solution to use Tunet as the default dashboard on a https homeassistant app?
oyvhov
(home assistant dashbord )
March 29, 2026, 3:05pm
11
Hi. I’m not sure how to do this. I think its a limitation i Home Assistant to only display Internally made dashbords. You might be able to add as a webpage?
I personally do not use Tunet as an addon. So let me know if you have any suggestions.
Hi,
Love the look of this dashboard and had no issues setting it up in docker. But I’m wondering if this is only a frontend or if there are ways to access all the usual HA settings? Like to add new devices, new automations, etc.