{"id":50737377,"url":"https://github.com/mcnamee/ha-dashboard-cycler","last_synced_at":"2026-06-10T15:00:57.832Z","repository":{"id":350835144,"uuid":"1208450706","full_name":"mcnamee/ha-dashboard-cycler","owner":"mcnamee","description":"Automatically cycles through Home Assistant dashboards in kiosk mode","archived":false,"fork":false,"pushed_at":"2026-04-12T10:04:10.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-12T11:23:21.084Z","etag":null,"topics":["hacs","home-assistant"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/mcnamee.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-12T09:50:32.000Z","updated_at":"2026-04-12T10:03:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mcnamee/ha-dashboard-cycler","commit_stats":null,"previous_names":["mcnamee/ha-dashboard-cycler"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mcnamee/ha-dashboard-cycler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcnamee%2Fha-dashboard-cycler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcnamee%2Fha-dashboard-cycler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcnamee%2Fha-dashboard-cycler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcnamee%2Fha-dashboard-cycler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcnamee","download_url":"https://codeload.github.com/mcnamee/ha-dashboard-cycler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcnamee%2Fha-dashboard-cycler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34157453,"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-10T02:00:07.152Z","response_time":89,"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":["hacs","home-assistant"],"created_at":"2026-06-10T15:00:56.997Z","updated_at":"2026-06-10T15:00:57.826Z","avatar_url":"https://github.com/mcnamee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home Assistant Dashboard Cycler\n\nAutomatically cycles through Home Assistant dashboard tabs.\n\nA lightweight HACS plugin (no card required) that rotates through your\ndashboard tabs on a timer. Interaction from any user (tap, scroll, keypress)\nresets the timer, so manual browsing is never interrupted.\n\n## Features\n\n- Auto-discovers dashboard tabs — no hardcoded URLs needed\n- Rotates every 60 seconds by default\n- Resets the timer on any user interaction (tap, scroll, keypress, scroll wheel)\n- Retries silently until HA has fully loaded\n\n---\n\n## Requirements\n\n- [HACS](https://hacs.xyz) installed\n- Home Assistant with a dashboard\n\n---\n\n## Installation via HACS (recommended)\n\n1. In Home Assistant, go to **HACS → Frontend**\n2. Click the **3 dots** (top right) → **Custom repositories**\n3. Enter the repository URL: `https://github.com/mcnamee/ha-dashboard-cycler`\n4. Set the category to **Dashboard**\n5. Click **ADD**\n6. Find **ha-dashboard-cycler** in the list and click **Download**\n7. Reload your browser\n\nHACS will automatically register the script as a resource —\nno manual resource config needed.\n\n---\n\n## Manual Installation\n\n1. Download `dashboard-cycler.js` from the [latest release](../../releases/latest)\n2. Copy it to `config/www/ha-dashboard-cycler/dashboard-cycler.js`\n3. In Home Assistant go to **Settings → Dashboards → Resources**\n4. Add a new resource:\n- **URL:** `/local/ha-dashboard-cycler/dashboard-cycler.js`\n- **Type:** JavaScript module\n5. Reload your browser\n\n---\n\n## Configuration\n\nOpen `dashboard-cycler.js` and edit the constants at the top of the file:\n\n| Constant | Default | Description |\n|---|---|---|\n| `ROTATE_INTERVAL_MS` | `60000` | Time between tab changes (milliseconds) |\n\n---\n\n## Usage\n\nOnce installed, the script runs automatically on every page load. No card or\nYAML configuration is required.\n\nIt works best paired with a kiosk mode integration such as\n[kiosk-mode](https://github.com/NemesisRE/kiosk-mode) to hide the HA header\nand sidebar.\n\n---\n\n## Troubleshooting\n\n**Tabs aren't rotating**\n- Open the browser console and check for errors\n- Ensure your dashboard has more than one tab\n- Try a hard refresh (`Ctrl+Shift+R` / `Cmd+Shift+R`)\n\n**It rotates but skips a tab**\n- Views marked as `subview: true` in your dashboard YAML are intentionally\nskipped as they are not top-level tabs\n\n---\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcnamee%2Fha-dashboard-cycler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcnamee%2Fha-dashboard-cycler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcnamee%2Fha-dashboard-cycler/lists"}