mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Move Local OAuth http endpoint registration to auth component (#69507)
This commit is contained in:
@ -173,7 +173,7 @@ def _custom_tasks(template, info: Info) -> None:
|
||||
)
|
||||
|
||||
elif template == "config_flow_oauth2":
|
||||
info.update_manifest(config_flow=True, dependencies=["http"])
|
||||
info.update_manifest(config_flow=True, dependencies=["auth"])
|
||||
info.update_strings(
|
||||
config={
|
||||
"step": {
|
||||
|
Reference in New Issue
Block a user