mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Do not automatically add title to strings.json (#53350)
This commit is contained in:
parent
75f7d3d696
commit
0b71055989
@ -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…
x
Reference in New Issue
Block a user