Hi and welcome to MiniHass MKII, my second version of this minimalistic, rounded, and colorful dashboard UI for Home Assistant.
I was fortunate to have this featured in Everything Smart Home’s Youtube video and there have since been many requests to share the cards. So here it goes!
First off, here is my Github with most of the card:
How do I install it?
This UI does use some custom components that will need to be downloaded from HACS, but other than that, it completely relies on your ability to add lines of YAML code to either your GUI Lovelace dashboard or through the backend, using tools such as Visual Studio Code. The latter is much easier and gives you more control. However, if you already have a dashboard in the GUI editor, then you can add any of the cards there by using the manual card and pasting the code. Please note that the cards rely on templates though, which will need to be added in the Raw Config Editor, or in your Lovelace config. You can read more on that here.
Ps. If using a YAML dashboard, I recommend creating a folder for all templates and referencing that in your Lovelace configuration. ('m not sure if this also can be done in the GUI)
button_card_templates: !include_dir_merge_named "/config/ui_lovelace_minihass/templates/"
Theme and font and cards
This dashboard is 90% made of custom Button Card. Follow the instructions in the link to install it. You will also need to add my theme to utilize the card’s full potential, including light and dark modes. You can of course edit the values in the theme to suit your style I also opted for the font Montserrat from Google Fonts. You can install the font by adding the line below to your configuration.yaml, or as a resource to your GUI dashboard.
lovelace:
mode: yaml
resources:
- url: /www/community/button-card/button-card.js
type: module
- url: https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap"
type: css
Included cards
I will keep adding new cards gradually. For now, these are the available card templates you can copy and use. For each card, there is a template (multiple for some) and an example of the actual code to put in your dashboard.
- Settings Card
- Section Title Card
- Navigate Card
- Light Card
- Garbage Collection Card
- Camera Card
- Security Card
- Alarm(s) Card
*Please note that this is very much a work in progress and many things are not perfect. Especially the backend theme