Update script scaffold templates for config_flow_oauth2 (#41181)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
d3bc4efa89
commit
42cef1773b
3 changed files with 6 additions and 6 deletions
|
@ -153,7 +153,7 @@ def _custom_tasks(template, info) -> None:
|
|||
)
|
||||
|
||||
elif template == "config_flow_oauth2":
|
||||
info.update_manifest(config_flow=True)
|
||||
info.update_manifest(config_flow=True, dependencies=["http"])
|
||||
info.update_strings(
|
||||
title=info.name,
|
||||
config={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue