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
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
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
.
code
/
app-python-home-assistant-core
Public
forked from
home-assistant/core
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
app-python-home-assistant-core
tests
components
auth
on
dev
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 19, 2026
Support Client ID Metadata Documents when verifying redirect_uri (#176286)
Show description for f4303d3
3 people
authored
f4303d3
View commit details
Copy full SHA for f4303d3
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
Use DOMAIN constant in test (async_setup_component a-g) (#173013)
epenet
authored
d4acceb
View commit details
Copy full SHA for d4acceb
View code at this point
Browse repository at this point
Commits on May 15, 2026
Fix line length violations in tests/components a (#170806)
frenck
authored
a920798
View commit details
Copy full SHA for a920798
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
Migrate remaining top-level async_register_command handlers to decorators (#169227)
Show description for 6893d2b
balloob
and
claude
authored
6893d2b
View commit details
Copy full SHA for 6893d2b
View code at this point
Browse repository at this point
Commits on Mar 27, 2026
Add client_id_metadata_document_supported to the OAuth Authorization Server Metadata (#166220)
allenporter
authored
53f64bf
View commit details
Copy full SHA for 53f64bf
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
Add RFC9728 OAuth2 Protected Resource metadata endpoint (#166213)
Show description for 191f49a
allenporter
and
Copilot
authored
191f49a
View commit details
Copy full SHA for 191f49a
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
auth: add required issuer to OAuth (#152385)
ptu14
authored
1237010
View commit details
Copy full SHA for 1237010
View code at this point
Browse repository at this point
Commits on Sep 14, 2025
Update authorization server to prefer absolute urls (#152313)
Show description for 1483c94
allenporter
and
Copilot
authored
1483c94
View commit details
Copy full SHA for 1483c94
View code at this point
Browse repository at this point
Commits on Jun 2, 2025
Update pytest-asyncio to 1.0.0 (#145988)
Show description for 5e377b8
cdce8p
authored
5e377b8
View commit details
Copy full SHA for 5e377b8
View code at this point
Browse repository at this point
Commits on Aug 16, 2024
Add missing hass type hint in component tests (a) (#124059)
epenet
authored
2cd4456
View commit details
Copy full SHA for 2cd4456
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
Fix invalid dict annotations in tests (#122178)
cdce8p
authored
281c66b
View commit details
Copy full SHA for 281c66b
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
Fix dangerous-default-value warnings in auth tests (#119597)
epenet
authored
349ac54
View commit details
Copy full SHA for 349ac54
View code at this point
Browse repository at this point
Commits on May 29, 2024
Add ws endpoint to remove expiration date from refresh tokens (#117546)
Show description for e087abe
edenhaus
and
emontnemery
authored
e087abe
View commit details
Copy full SHA for e087abe
View code at this point
Browse repository at this point
Improve websocket message coalescing to handle thundering herds better (#118268)
Show description for 79bc179
bdraco
authored
79bc179
View commit details
Copy full SHA for 79bc179
View code at this point
Browse repository at this point
Commits on May 28, 2024
Add more type hints to pylint plugin (#118319)
epenet
authored
a59621b
View commit details
Copy full SHA for a59621b
View code at this point
Browse repository at this point
Commits on May 4, 2024
Bump ruff to 0.4.3 (#116749)
autinerd
authored
a5df229
View commit details
Copy full SHA for a5df229
View code at this point
Browse repository at this point
Commits on Apr 5, 2024
Use is in FlowResultType enum comparison in tests (#114917)
Show description for 24f83c5
epenet
authored
24f83c5
View commit details
Copy full SHA for 24f83c5
View code at this point
Browse repository at this point
Commits on Mar 25, 2024
Bump ruff to 0.3.4 (#112690)
Show description for 6bb4e7d
4 people
authored
6bb4e7d
View commit details
Copy full SHA for 6bb4e7d
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
Add empty line after module docstring (3) (#112750)
cdce8p
authored
aa16a9d
View commit details
Copy full SHA for aa16a9d
View code at this point
Browse repository at this point
Add empty line after module docstring (2) [tests.components] (#112737)
cdce8p
authored
32f3f46
View commit details
Copy full SHA for 32f3f46
View code at this point
Browse repository at this point
Add empty line after module docstring [tests a-e] (#112708)
cdce8p
authored
38adfbf
View commit details
Copy full SHA for 38adfbf
View code at this point
Browse repository at this point
Commits on Jan 29, 2024
Allow delete_all_refresh_tokens to delete a specific token_type (#106119)
Show description for f456e3a
karwosts
and
bdraco
authored
f456e3a
View commit details
Copy full SHA for f456e3a
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
Convert getting and removing access tokens to normal functions (#108670)
bdraco
authored
2eea658
View commit details
Copy full SHA for 2eea658
View code at this point
Browse repository at this point
Commits on Jan 11, 2024
Revert "Revert "Add preselect_remember_me to `/auth/providers`"" (#106867)
edenhaus
authored
1c669c6
View commit details
Copy full SHA for 1c669c6
View code at this point
Browse repository at this point
Commits on Dec 27, 2023
Revert "Add preselect_remember_me to `/auth/providers`" (#106472)
Show description for 0f3e6b0
frenck
authored
0f3e6b0
View commit details
Copy full SHA for 0f3e6b0
View code at this point
Browse repository at this point
Add preselect_remember_me to `/auth/providers` (#106462)
edenhaus
authored
c19688e
View commit details
Copy full SHA for c19688e
View code at this point
Browse repository at this point
Commits on Dec 14, 2023
Disable user profiles on login screen (#105749)
frenck
authored
cc75430
View commit details
Copy full SHA for cc75430
View code at this point
Browse repository at this point
Commits on Dec 7, 2023
Migrate auth tests to use freezegun (#105243)
jpbede
authored
6666b79
View commit details
Copy full SHA for 6666b79
View code at this point
Browse repository at this point
Commits on Nov 24, 2023
Extend `auth/providers` endpoint and add `/api/person/list` endpoint for local ip requests (#103906)
Show description for 852fb58
edenhaus
and
MartinHjelmare
authored
852fb58
View commit details
Copy full SHA for 852fb58
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
Add ws endpoint "auth/delete_all_refresh_tokens" (#98976)
Show description for 6223b1f
edenhaus
and
MartinHjelmare
authored
6223b1f
View commit details
Copy full SHA for 6223b1f
View code at this point
Browse repository at this point
Commits on Feb 15, 2023
Enable Ruff PT006 (#88165)
Show description for ed79265
frenck
authored
ed79265
View commit details
Copy full SHA for ed79265
View code at this point
Browse repository at this point
Commits on Feb 9, 2023
Add type hints to integration tests (part 1) (#87777)
epenet
authored
07a1a0e
View commit details
Copy full SHA for 07a1a0e
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
Add type hints to integration tests (a) (#87684)
Show description for 2545694
epenet
authored
2545694
View commit details
Copy full SHA for 2545694
View code at this point
Browse repository at this point
Commits on Feb 7, 2023
Add return type to tests without arguments (#87613)
Show description for 4142f0d
epenet
authored
4142f0d
View commit details
Copy full SHA for 4142f0d
View code at this point
Browse repository at this point
Add return type to async tests without arguments (#87612)
epenet
authored
aa00114
View commit details
Copy full SHA for aa00114
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.