Do not automatically add title to strings.json (#53350)
This commit is contained in:
parent
75f7d3d696
commit
0b71055989
1 changed files with 0 additions and 3 deletions
|
@ -113,7 +113,6 @@ def _custom_tasks(template, info: Info) -> None:
|
|||
elif template == "config_flow":
|
||||
info.update_manifest(config_flow=True)
|
||||
info.update_strings(
|
||||
title=info.name,
|
||||
config={
|
||||
"step": {
|
||||
"user": {
|
||||
|
@ -138,7 +137,6 @@ def _custom_tasks(template, info: Info) -> None:
|
|||
elif template == "config_flow_discovery":
|
||||
info.update_manifest(config_flow=True)
|
||||
info.update_strings(
|
||||
title=info.name,
|
||||
config={
|
||||
"step": {
|
||||
"confirm": {
|
||||
|
@ -155,7 +153,6 @@ def _custom_tasks(template, info: Info) -> None:
|
|||
elif template == "config_flow_oauth2":
|
||||
info.update_manifest(config_flow=True, dependencies=["http"])
|
||||
info.update_strings(
|
||||
title=info.name,
|
||||
config={
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue