{"id":28210434,"url":"https://github.com/bangertech/ha-fusion-new","last_synced_at":"2025-09-12T22:42:16.871Z","repository":{"id":291934024,"uuid":"979265673","full_name":"BangerTech/ha-fusion-new","owner":"BangerTech","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-01T16:23:38.000Z","size":6170,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T23:38:07.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BangerTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-05-07T08:47:05.000Z","updated_at":"2025-05-07T10:36:17.000Z","dependencies_parsed_at":"2025-06-10T23:41:11.357Z","dependency_job_id":null,"html_url":"https://github.com/BangerTech/ha-fusion-new","commit_stats":null,"previous_names":["bangertech/ha-fusion-new"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BangerTech/ha-fusion-new","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2Fha-fusion-new","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2Fha-fusion-new/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2Fha-fusion-new/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2Fha-fusion-new/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BangerTech","download_url":"https://codeload.github.com/BangerTech/ha-fusion-new/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BangerTech%2Fha-fusion-new/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274888692,"owners_count":25368517,"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-12T02:00:09.324Z","response_time":60,"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":"2025-05-17T17:09:59.981Z","updated_at":"2025-09-12T22:42:16.831Z","avatar_url":"https://github.com/BangerTech.png","language":"Svelte","funding_links":["https://www.paypal.com/paypalme/matt8707"],"categories":[],"sub_categories":[],"readme":"# ha-fusion\n\nA modern, easy-to-use and performant custom [Home Assistant](https://www.home-assistant.io/) dashboard\n\n\u003chttps://www.youtube.com/watch?v=D8mWruSuPOM\u003e\n\n[![preview](/static/preview.png)](https://www.youtube.com/watch?v=D8mWruSuPOM)\n\nIf you find this project useful, be sure to 🌟 this repository! If you love it, please consider donating! ❤️ \u003chttps://www.paypal.com/paypalme/matt8707\u003e\n\n---\n\n## 📣 Pre-beta\n\nThe current state of this project is **pre-beta**. This means that there's basic functionality missing, incomplete features and unresolved issues. General feedback, bug reports and feature requests are welcome!\n\n---\n\n## Installation\n\n### Add-on\n\nFor \"Operating System\" or \"Supervised\" installation methods, you can install ha-fusion as an add-on:\n\n1. **Add Repository**: To begin, add the ha-fusion add-on repository to your Home Assistant instance. Click the button below or manually add the repository using this URL: \u003chttps://github.com/matt8707/addon-ha-fusion\u003e.\n\n   [![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmatt8707%2Faddon-ha-fusion)\n\n2. **Install Add-on**: After adding the repository, refresh the add-on store page. Locate ha-fusion in the list and proceed with the installation.\n\n---\n\n### Docker\n\nIf you're using the \"Container\" or \"Core\" installation methods, ha-fusion can be installed via Docker:\n\n1. **Docker Compose File**: Place your edited copy of the [docker-compose.yml](https://github.com/matt8707/ha-fusion/blob/main/docker-compose.yml) file in a suitable directory.\n\n2. **Create Container**:\n   Run the following commands in your terminal to start the container:\n\n   ```bash\n   cd path/to/docker-compose.yml\n   docker-compose up -d ha-fusion\n   ```\n\n#### Update\n\nTo update to the latest version of ha-fusion, run the following commands:\n\n```bash\ndocker-compose pull ha-fusion\ndocker-compose up -d ha-fusion\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e\n   \u003cb\u003eOther\u003c/b\u003e\n\u003c/summary\u003e\n\nWithout docker-compose, updating the container involves additional steps. For each update, it's necessary to first stop the current container, remove it, pull the new image, and then execute the docker run command again.\n\n```bash\ndocker run -d \\\n  --name ha-fusion \\\n  --network bridge \\\n  -p 5050:5050 \\\n  -v /path/to/ha-fusion:/app/data \\\n  -e TZ=Europe/Stockholm \\\n  -e HASS_URL=http://192.168.1.241:8123 \\\n  --restart always \\\n  ghcr.io/matt8707/ha-fusion\n```\n\n#### Kubernetes\n\nIf you prefer to use Kubernetes, see [Chart README.md](https://github.com/matt8707/ha-fusion/tree/167c320918544416e2f9272e1edad64b7329269a/charts/ha-fusion)\n\n\u003c/details\u003e\n\n...\n\n---\n\n## Query strings\n\nThese will only function if you have exposed a port in the add-on configuration or by using Docker. Note that when using Ingress, query strings cannot be read.\n\n### View\n\nTo set a particular view when the page loads, add the \"view\" parameter. For example, if you have a \"Bedroom\" view, append the query string `?view=Bedroom` to the URL.\n\n### Menu\n\nTo disable the menu button, append the query string `?menu=false` to the URL. This is useful when you want to avoid unwanted changes to your dashboard, such as on wall-mounted tablets.\n\n---\n\n## Keyboard Shortcuts\n\n| Key                 | Description |\n| ------------------- | ----------- |\n| **f**               | filter      |\n| **esc**             | exit        |\n| **cmd + s**         | save        |\n| **cmd + z**         | undo        |\n| **cmd + shift + z** | redo        |\n\n---\n\n## Debug\n\nTo debug any errors, check the \"Log\" tab if you're using the addon, or use `docker logs ha-fusion` for Docker setups. To inspect frontend issues, open the browser's console.\n\n---\n\n## Develop\n\nTo begin contributing to the project, you'll first need to install node. It's also recommended to install pnpm. If you're unfamiliar with Svelte, consider doing the tutorial at \u003chttps://learn.svelte.dev\u003e\n\n```bash\n# prerequisites (macos)\nbrew install node pnpm\n\n# install\ngit clone https://github.com/matt8707/ha-fusion.git\ncd ha-fusion\npnpm install\n\n# environment\ncp .env.example .env\ncode .env\n\n# server\nnpm run dev -- --open\n\n# dependencies\npnpm outdated\npnpm update\n\n# lint\nnpm run check\nnpm run lint\nnpm run format\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbangertech%2Fha-fusion-new","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbangertech%2Fha-fusion-new","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbangertech%2Fha-fusion-new/lists"}