home-assistant/home-assistant.io

:blue_book: Home Assistant User documentation

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 6th, 2026
Created on December 21st, 2014
Open Issues & Pull Requests: 397 (+2)
GitHub issues: Enabled
Number of forks: 8,523
Total Stargazers: 9,799 (+0)
Total Subscribers: 182 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.3 hours
Mean response time: 15.4 days
90th percentile: 56.0 days
Tracked items: 3,356

How this project is maintained

90% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "integration: alexa_devices" is answered fastest, typically in under an hour, while "getting-started" waits about 6 days. Three people close 59% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 140
New in 7 days: 22
Closed in 7 days: 45
Avg open age: 72 days
Stale 30+ days: 65
Stale 90+ days: 0

Recent activity

Opened in 7 days: 21
Closed in 7 days: 38
Comments in 7 days: 9
Events in 7 days: 26

Top labels

  • stale (2,023)
  • installation (191)
  • integration: alexa_devices (61)
  • integration: tuya (55)
  • configuration (52)
  • more-info (52)
  • getting-started (43)
  • automation (42)

Most active issues this week

Detailed Description

Home Assistant User documentation is a documentation website built with Jekyll that serves as the central reference for the Home Assistant home automation platform.

The project addresses the need to maintain comprehensive, accessible documentation for a complex home automation system with many integrations and features. It uses Jekyll as a static site generator to build the documentation from source files, with a branching strategy that maintains separate deployments for production, beta, and development versions. Contributors can preview changes locally before submission, and every pull request receives an automatic preview deployment through Netlify.

Anyone considering contributing to this documentation should know that the setup process is straightforward, using standard bundler commands to generate local previews. The project welcomes contributions and provides developer documentation explaining the submission process. The site generation can be slow during release cycles when long changelogs are added, but the project includes tools to temporarily exclude blog posts during development to speed up the build process.

The project maintains active documentation workflows with regular updates across multiple deployment branches. Pull requests receive automated preview deployments, enabling contributors to verify changes before merging. The codebase includes tooling specifically designed to manage performance during high-volume changelog periods, indicating ongoing attention to developer experience for contributors working on the documentation.