[WIP] Tunet - a modern Dashboard for Home assistant

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

whoho!
It looks very comprehensive and super easy to use! I’m going to look into it!

1 Like

Good work :slight_smile: i definitely wont study this code and replicate its awesomeness in my projects :slight_smile:

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

Thank you. You can set a port in Addon settings and use that on your Home Assistant IP :blush:.

1 Like

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

Yes. I will try to fix that. I’m also open to Issues on GitHub :blush:

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?

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.