{"id":16792891,"url":"https://github.com/basbruss/minimalist-dashboards","last_synced_at":"2025-07-21T04:06:55.945Z","repository":{"id":42431406,"uuid":"457334684","full_name":"basbruss/Minimalist-Dashboards","owner":"basbruss","description":"This is a showcase of my Minimalist UI dashboard.","archived":false,"fork":false,"pushed_at":"2023-07-25T14:43:59.000Z","size":10340,"stargazers_count":59,"open_issues_count":3,"forks_count":5,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-04T02:23:17.859Z","etag":null,"topics":["dashboard","home-assistant","minimalist"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basbruss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-09T11:43:29.000Z","updated_at":"2024-12-29T21:48:24.000Z","dependencies_parsed_at":"2024-10-28T12:18:15.052Z","dependency_job_id":"27328e61-5a8b-45aa-ad07-b9b7bfe4c954","html_url":"https://github.com/basbruss/Minimalist-Dashboards","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/basbruss/Minimalist-Dashboards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basbruss%2FMinimalist-Dashboards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basbruss%2FMinimalist-Dashboards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basbruss%2FMinimalist-Dashboards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basbruss%2FMinimalist-Dashboards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basbruss","download_url":"https://codeload.github.com/basbruss/Minimalist-Dashboards/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basbruss%2FMinimalist-Dashboards/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266236829,"owners_count":23897264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","home-assistant","minimalist"],"created_at":"2024-10-13T08:47:37.413Z","updated_at":"2025-07-21T04:06:55.927Z","avatar_url":"https://github.com/basbruss.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# UI-Lovelace-Minimalist Dashboards\n\n![UI-Minimalist Version](https://img.shields.io/github/v/release/UI-Lovelace-Minimalist/UI)\n[![Minimalist Discord](https://badgen.net/discord/online-members/TPXg9b7GfR)](https://discord.gg/TPXg9b7GfR)\n\nThis repo functions as a showcase of the [Minimalist](https://github.com/UI-Lovelace-Minimalist/UI) themed dashboards I am currently using. Feel free to take some inspiration from it to design your own Minimalist dashboards!\n*It's not advised to directly copy this repo for your own use*\n\n## [Adaptive Dashboard](https://ui-lovelace-minimalist.github.io/UI/setup/adaptive_dash/)\n\nThis dashboard is designed to view on all sort of devices.\n \u003cimg src=\"https://raw.githubusercontent.com/basbruss/Minimalist-Dashboards/main/git_assets/mockups/light%20mode.png\" width=\"600\"\u003e \u003cimg src=\"https://raw.githubusercontent.com/basbruss/Minimalist-Dashboards/main/git_assets/mockups/dark%20mode.png\" width=\"600\"\u003e\n \n\n## Resources\nThis dashboard is made with the Adaptive Dashboard provided by [UI-Minimalist](https://ui-lovelace-minimalist.github.io). It uses the custom Frontend Plugins from HACS recommended by Minimalist and some additions. See more detailed info the wiki page from Minimalist.\n\n| Resources used                            |\n|-------------------------------------------------------------------------|\n| [`browser-mod`](https://github.com/thomasloven/hass-browser_mod)        |\n| [`button-card`](https://github.com/custom-cards/button-card)            |\n| [`lovelace-card-mod`](https://github.com/thomasloven/lovelace-card-mod) |\n| [`mini-graph-card`](https://github.com/kalkih/mini-graph-card)          |\n| [`mini-media-player`](https://github.com/kalkih/mini-media-player)      |\n| [`my-cards-slider-card`](https://github.com/AnthonMS/my-cards)          |\n| [`light-entity-card`](https://github.com/ljmerza/light-entity-card)     |\n| [`layout-card`](https://github.com/thomasloven/lovelace-layout-card)    |\n| [`weather-radar-card`](https://github.com/Makin-Things/weather-radar-card)    |\n| [`state-switch`](https://github.com/thomasloven/lovelace-state-switch) |\n| [`swiper-card`](https://github.com/bramkragten/swipe-card)|\n\n## Helpers\nI am using two `input_select` helpers in combination with `state-swtich`for this dashboard.\n\n1. `input_select.adaptive_dashboard` for the right-side popups \u003cbr\u003e\n        the options can be found in `popup.yaml`.\n2. `input_select.adaptive_slider` for the card-slider. \u003cbr\u003e\n        the options can be found in `main.yaml`.\n## File system\n\nI 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. \n\nTo take this approach even further I have also introduced YAML-anchors to my files.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasbruss%2Fminimalist-dashboards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasbruss%2Fminimalist-dashboards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasbruss%2Fminimalist-dashboards/lists"}