Don't set step title if it's integration title (#34524)

This commit is contained in:
Paulus Schoutsen
2020-04-22 06:05:39 -07:00
committed by GitHub
parent ab7bd302f6
commit e002c84eba
24 changed files with 11 additions and 41 deletions

View File

@ -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.",