Minimalist-Dashboards
Minimalist-Dashboards copied to clipboard
This is a showcase of my Minimalist UI dashboard.
UI-Lovelace-Minimalist Dashboards
This repo functions as a showcase of the Minimalist themed dashboards I am currently using. Feel free to take some inspiration from it to design your own Minimalist dashboards! It's not advised to directly copy this repo for your own use
Adaptive Dashboard
This dashboard is designed to view on all sort of devices.

Resources
This dashboard is made with the Adaptive Dashboard provided by UI-Minimalist. It uses the custom Frontend Plugins from HACS recommended by Minimalist and some additions. See more detailed info the wiki page from Minimalist.
| Resources used |
|---|
browser-mod |
button-card |
lovelace-card-mod |
mini-graph-card |
mini-media-player |
my-cards-slider-card |
light-entity-card |
layout-card |
weather-radar-card |
state-switch |
swiper-card |
Helpers
I am using two input_select helpers in combination with state-swtichfor this dashboard.
input_select.adaptive_dashboardfor the right-side popups
the options can be found inpopup.yaml.input_select.adaptive_sliderfor the card-slider.
the options can be found inmain.yaml.
File system
I am using a so called "split config". This allows me to put each tab in it's own YAML-file. And it allows me to re-use parts which are included in multiple tabs without copying large amounts of code.
To take this approach even further I have also introduced YAML-anchors to my files.