Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
HomeAssistant-API
/
HomeAssistantAPI
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
104
Code
Issues
0
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
V6 rewrite
- #232
#232
Merged
GrandMoff100
merged 30 commits into
dev
HomeAssistant-API/HomeAssistantAPI:dev
from
v6_rewrite
HomeAssistant-API/HomeAssistantAPI:v6_rewrite
Copy head branch name to clipboard
Apr 26, 2026
Conversation
Commits
30
(30)
Checks
Files changed
Merged
V6 rewrite
#232
GrandMoff100
merged 30 commits into
dev
HomeAssistant-API/HomeAssistantAPI:dev
from
v6_rewrite
HomeAssistant-API/HomeAssistantAPI:v6_rewrite
Copy head branch name to clipboard
Commits
Commits on Apr 3, 2026
move to uv
adamlogan73
committed
7ec2130
View commit details
Copy full SHA for 7ec2130
Browse repository at this point
Replace mypy with zuban and relax development dependency versions
Show description for c317706
adamlogan73
committed
c317706
View commit details
Copy full SHA for c317706
Browse repository at this point
Streamline Docker build and merge dev dependency groups
adamlogan73
committed
f9d4111
View commit details
Copy full SHA for f9d4111
Browse repository at this point
Flatten client hierarchy and remove Raw prefix
Show description for fb7da56
adamlogan73
committed
fb7da56
View commit details
Copy full SHA for fb7da56
Browse repository at this point
Split models into Base/Sync/Async hierarchies and modernize codebase
Show description for 436f747
adamlogan73
committed
436f747
View commit details
Copy full SHA for 436f747
Browse repository at this point
Replace Processing class with standalone sync/async functions
Show description for e7dec40
adamlogan73
committed
e7dec40
View commit details
Copy full SHA for e7dec40
Browse repository at this point
Add unit tests for client params, error classes, and models
adamlogan73
committed
74f79a6
View commit details
Copy full SHA for 74f79a6
Browse repository at this point
Unify client API surface across REST and WebSocket clients
Show description for 357102d
adamlogan73
committed
357102d
View commit details
Copy full SHA for 357102d
Browse repository at this point
Add entity registry methods and models for WebSocket clients
Show description for 24a8a25
adamlogan73
committed
24a8a25
View commit details
Copy full SHA for 24a8a25
Browse repository at this point
Update documentation and docstrings for v2 API surface
Show description for 821c20e
adamlogan73
committed
821c20e
View commit details
Copy full SHA for 821c20e
Browse repository at this point
Fix bugs and issues found during full code review
Show description for efef0a9
adamlogan73
committed
efef0a9
View commit details
Copy full SHA for efef0a9
Browse repository at this point
Fix websocket error handling and test failures
Show description for f30fa11
adamlogan73
committed
f30fa11
View commit details
Copy full SHA for f30fa11
Browse repository at this point
Add v2.0 changelog
adamlogan73
committed
f24678a
View commit details
Copy full SHA for f24678a
Browse repository at this point
Bump version to v6.0.0
adamlogan73
committed
3517ad6
View commit details
Copy full SHA for 3517ad6
Browse repository at this point
Commits on Apr 5, 2026
Migrate from requests/aiohttp/websockets to niquests
Show description for c8187ce
adamlogan73
committed
c8187ce
View commit details
Copy full SHA for c8187ce
Browse repository at this point
Commits on Apr 6, 2026
Bump readthedocs Python version from 3.10 to 3.11
GrandMoff100
authored
fdb5996
View commit details
Copy full SHA for fdb5996
Browse repository at this point
Add command to check Python and pip paths
GrandMoff100
authored
e901829
View commit details
Copy full SHA for e901829
Browse repository at this point
Fix not installing to readthedocs venv
GrandMoff100
authored
a67c1a3
View commit details
Copy full SHA for a67c1a3
Browse repository at this point
Fix some typing issues
GrandMoff100
committed
d7ed02f
View commit details
Copy full SHA for d7ed02f
Browse repository at this point
Ignore intentionally unreachable line
GrandMoff100
committed
7e3a01b
View commit details
Copy full SHA for 7e3a01b
Browse repository at this point
Commits on Apr 7, 2026
Use CaseInsensitiveDict for headers in mock responses
GrandMoff100
committed
2de2990
View commit details
Copy full SHA for 2de2990
Browse repository at this point
Pin urllib3-future<2.19.902 to avoid WebSocket regression
Show description for 52d76ab
adamlogan73
committed
52d76ab
View commit details
Copy full SHA for 52d76ab
Browse repository at this point
Commits on Apr 8, 2026
Unpin urllib3.future after websockets patched
Show description for 6c6e74c
GrandMoff100
authored
6c6e74c
View commit details
Copy full SHA for 6c6e74c
Browse repository at this point
Commits on Apr 9, 2026
Replace mypy with zuban: add pre-commit hook, convert [tool.mypy] to [tool.zuban] with default mode, and fix test type narrowing
adamlogan73
committed
0bd97cf
View commit details
Copy full SHA for 0bd97cf
Browse repository at this point
Commits on Apr 12, 2026
Exclude type guard error messages from coverage
GrandMoff100
committed
03351fd
View commit details
Copy full SHA for 03351fd
Browse repository at this point
Exclude testing session start error handling and remove unnecessary excludes
GrandMoff100
committed
16ed85d
View commit details
Copy full SHA for 16ed85d
Browse repository at this point
Commits on Apr 13, 2026
Fix coverage gaps: restore pragma: no cover, annotate untestable branches, and self-contained entity registry remove tests
adamlogan73
committed
81adb38
View commit details
Copy full SHA for 81adb38
Browse repository at this point
Commits on Apr 26, 2026
Improve usability of config/entity_registry/update parameters (#235)
mj23000
authored
2a7a677
View commit details
Copy full SHA for 2a7a677
Browse repository at this point
Fix aliases typing (#234)
mj23000
authored
e5c7152
View commit details
Copy full SHA for e5c7152
Browse repository at this point
Modernize StrEnum usage (#233)
mj23000
authored
be2ec71
View commit details
Copy full SHA for be2ec71
Browse repository at this point
You can’t perform that action at this time.