Skip to content

basbruss/Minimalist-Dashboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UI-Lovelace-Minimalist Dashboards

UI-Minimalist Version Minimalist Discord

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.

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.

  1. input_select.adaptive_dashboard for the right-side popups
    the options can be found in popup.yaml.
  2. input_select.adaptive_slider for the card-slider.
    the options can be found in main.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.