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
This dashboard is designed to view on all sort of devices.
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 |
I am using two input_select
helpers in combination with state-swtich
for this dashboard.
input_select.adaptive_dashboard
for the right-side popups
the options can be found inpopup.yaml
.input_select.adaptive_slider
for the card-slider.
the options can be found inmain.yaml
.
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.