Update script scaffold templates for config_flow_oauth2 (#41181)

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
Allen Porter 2020-10-07 06:23:45 -07:00 committed by GitHub
parent d3bc4efa89
commit 42cef1773b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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={