mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 10:48:01 +02:00
Don't set step title if it's integration title (#34524)
This commit is contained in:
@ -133,10 +133,7 @@ def _custom_tasks(template, info) -> None:
|
||||
title=info.name,
|
||||
config={
|
||||
"step": {
|
||||
"confirm": {
|
||||
"title": info.name,
|
||||
"description": f"Do you want to set up {info.name}?",
|
||||
}
|
||||
"confirm": {"description": f"Do you want to set up {info.name}?"}
|
||||
},
|
||||
"abort": {
|
||||
"single_instance_allowed": f"Only a single configuration of {info.name} is possible.",
|
||||
|
Reference in New Issue
Block a user