{"id":18740348,"url":"https://github.com/richrd/ha-minidash","last_synced_at":"2025-10-15T05:14:04.895Z","repository":{"id":74087132,"uuid":"106853570","full_name":"richrd/ha-minidash","owner":"richrd","description":":control_knobs: Simple and easy to setup dashboard for Home Assistant. No hassle, it Just Works™. Built with React.","archived":false,"fork":false,"pushed_at":"2019-05-06T17:03:57.000Z","size":1893,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T07:54:23.103Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/richrd.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":"2017-10-13T17:23:18.000Z","updated_at":"2020-12-16T14:22:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca0f7904-964b-4685-9af1-68df3d14c154","html_url":"https://github.com/richrd/ha-minidash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/richrd/ha-minidash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richrd%2Fha-minidash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richrd%2Fha-minidash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richrd%2Fha-minidash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richrd%2Fha-minidash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richrd","download_url":"https://codeload.github.com/richrd/ha-minidash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richrd%2Fha-minidash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275176965,"owners_count":25418548,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-07T15:39:04.035Z","updated_at":"2025-10-15T05:13:59.859Z","avatar_url":"https://github.com/richrd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HA Minidash :control_knobs:\n\n         __    __ _________      _______________   ___________    _____________________   ___\n        /  /  /  /  __    /\\    /        /  /   | /  /  /  _  \\  /  __    /  ______/  /  /  /\\\n       /  /__/  /  /__/  / /   /  /  /  /  /    |/  /  /  / \\  \\/  /__/  /  /_____/  /__/  / /\n      /  __    /  ___   / /   /  /  /  /  /  /|    /  /  /  /  /  __    /_____   /  __    / /\n     /  /  /  /  /  /  / /   /  /  /  /  /  / |   /  /  /__/  /  /  /  /_____/  /  /  /  / /\n    /__/  /  /__/  /__/ /   /__/__/__/__/__/ /|__/__/________/__/  /__/________/__/  /__/ /\n    \\__\\/ \\__\\__\\/ \\__\\/    \\__\\__\\__\\__\\__\\/ \\__\\__\\________\\__\\/ \\__\\________\\__\\/ \\__\\/\n\n                               The simplest UI for HomeAssistant\n\n\nHA Minidash is a simple mobile friendly dashboard for Home Assistant that uses your\nexisting Home Assistant configuration. \n\nhttp://github.com/richrd/ha-minidash\n\n## Features\n * Almost no required configuration: only the API url (and password) is necessary\n * The only requirement is a webserver (any http server will work)\n * Different entities are shown correctly depending on their type\n   * Switches and boolean inputs are shown with their correct icon and toggled by clicking them\n   * Binary sensors are shown with an icon and are colored if the sensor is on\n   * Sensors are shown with the value and unit and if the unit is a percentage a radial progress bar is shown\n   * Number inputs are shown as interactive sliders\n   * Text inputs are shown as an editable textarea\n * Tiles are automatically packed into a grid\n * Navigation shows all non-hidden groups with correct icon and name\n * Automatic connecting and reconnecting to the HomeAssistant websocket\n * Built with React and Redux\n\n\n## Configuration\n\nThe configuration is simply stored in `config.js` to make it easy to edit.\nA minimal configuration looks like this:\n\n```\nwindow.config = {\n  apiUrl: 'http://hassbian:8123',  // The address and port of your HA instance.\n  password: '',                    // The HA password. Leave empty if you don't use a password.\n};\n```\n\nIf you want to explicitly specify which groups to show, and in what order you can add `groups` configuration:\n\n```\nwindow.config = {\n  apiUrl: 'http://hassbian:8123',\n  password: '',\n  groups: [\n    'dashboard',\n    'alarm',\n    'presence',\n    'system',\n    'testing',\n  ],\n};\n```\n\n\n## Installation\n\nHA Minidash doesn't need to be separately installed. Just copy the contents of the `dist` directory\nto a director that is served by your HTTP server and add the `config.js` file to that folder.\n\n## Developing\n\nFirst install the project packages:\n```\nnpm install\n```\n\nIn the public folder copy `config.example.js` to `config.js` and edit how you wish.\n\nAfter this you can run the app in developement mode with live reloading:\n```\nnpm run dev\n```\n\nTo make a production build run the following command (the build will be created in the `dist` folder):\n```\nnpm run build\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichrd%2Fha-minidash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichrd%2Fha-minidash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichrd%2Fha-minidash/lists"}