{"id":50936309,"url":"https://github.com/maxlyth/home-assistant-addons","last_synced_at":"2026-06-17T09:30:54.688Z","repository":{"id":358569704,"uuid":"1234867135","full_name":"maxlyth/home-assistant-addons","owner":"maxlyth","description":"Home Assistant add-on collection — household manifest pointing at per-addon source repos","archived":false,"fork":false,"pushed_at":"2026-05-14T23:38:32.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T03:09:52.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/maxlyth.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-10T18:38:33.000Z","updated_at":"2026-05-14T23:38:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/maxlyth/home-assistant-addons","commit_stats":null,"previous_names":["maxlyth/home-assistant-addons"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/maxlyth/home-assistant-addons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlyth%2Fhome-assistant-addons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlyth%2Fhome-assistant-addons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlyth%2Fhome-assistant-addons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlyth%2Fhome-assistant-addons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxlyth","download_url":"https://codeload.github.com/maxlyth/home-assistant-addons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlyth%2Fhome-assistant-addons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34443229,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"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":"2026-06-17T09:30:54.074Z","updated_at":"2026-06-17T09:30:54.684Z","avatar_url":"https://github.com/maxlyth.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# maxlyth Home Assistant add-ons\n\nA small household collection of [Home Assistant](https://www.home-assistant.io/)\nadd-ons. Each add-on's source lives in its own repository; this repo is the\nsingle subscription URL the supervisor reads to discover and install them.\n\n\u003e **A note on the word \"add-ons\":** in the Home Assistant world, an \"add-on\" is\n\u003e a Docker container the supervisor manages on the host (panels, integrations,\n\u003e background services). It is **not** an Android app or a HACS pyscript /\n\u003e custom integration. If you arrived here looking for either of those, see the\n\u003e \"Not in this repo\" section below.\n\n## Installing\n\nIn Home Assistant, go to **Settings → Add-ons → Add-on Store**, click the **⋮**\nmenu in the top-right, choose **Repositories**, and paste:\n\n```\nhttps://github.com/maxlyth/home-assistant-addons\n```\n\nThe add-ons listed below will appear in the store. Click into one to read its\ndescription and install. The first install of each add-on pulls a multi-arch\npre-built image from GHCR — no per-host Dockerfile rebuild.\n\n## Add-ons in this repo\n\n| Add-on | Source repo | Description |\n|---|---|---|\n| **Bayesian Studio** | [`maxlyth/ha-addon-bayesian-studio`](https://github.com/maxlyth/ha-addon-bayesian-studio) | Visual interactive tuning UI for Home Assistant Bayesian binary sensors. |\n| **MkDocs** | [`maxlyth/ha-addon-mkdocs`](https://github.com/maxlyth/ha-addon-mkdocs) (friendly fork of [`XavierBerger/home-assistant-addons`](https://github.com/XavierBerger/home-assistant-addons)) | Project documentation with Markdown — read-only Material-styled vault rendered in an HA ingress panel. |\n\n## How this repo is structured\n\nThis repo is a thin **manifest** — each `\u003cadd-on-slug\u003e/` directory contains\nonly the supervisor-facing metadata (`config.yaml`, `README.md`, icons). The\nactual source — Dockerfile, application code, tests, CHANGELOG — lives in\neach add-on's own source repository.\n\n```\nhome-assistant-addons/\n├── repository.yaml         # this repo's identity\n├── bayesian-studio/\n│   ├── config.yaml         # name, slug, version, image: ghcr.io/maxlyth/...\n│   └── README.md           # pointer to source repo\n├── mkdocs/\n│   ├── config.yaml\n│   ├── README.md\n│   ├── icon.png\n│   └── logo.png\n└── README.md               # this file\n```\n\nEach `config.yaml` declares an `image:` field pointing at the corresponding\nmulti-arch image on GHCR. The supervisor pulls the image instead of building\nlocally. To bump an add-on's version: bump the source repo, let its CI publish\nthe new tag to GHCR, then bump `version:` in this repo's matching\n`config.yaml`. Two-step release flow; one canonical install URL.\n\n## Not in this repo\n\n- **Custom HACS integrations / pyscripts** — those live elsewhere\n  (e.g. [`maxlyth/homeassistant-bayesian-backfill`](https://github.com/maxlyth/homeassistant-bayesian-backfill),\n  [`maxlyth/homeassistant-lovelace-to-yaml`](https://github.com/maxlyth/homeassistant-lovelace-to-yaml)).\n  HACS, not the add-on store.\n- **Android apps** — the title clash is unfortunate; nothing here is an\n  Android app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlyth%2Fhome-assistant-addons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxlyth%2Fhome-assistant-addons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlyth%2Fhome-assistant-addons/lists"}