Drop title from repairs flows (#83627)
This commit is contained in:
parent
535aba10ee
commit
d2fc3a22e2
5 changed files with 4 additions and 6 deletions
|
@ -106,7 +106,7 @@ class LegacySubscriptionRepairFlow(RepairsFlow):
|
|||
|
||||
async def async_step_complete(self, _: None = None) -> FlowResult:
|
||||
"""Handle the final step of a fix flow."""
|
||||
return self.async_create_entry(title="", data={})
|
||||
return self.async_create_entry(data={})
|
||||
|
||||
async def async_step_timeout(self, _: None = None) -> FlowResult:
|
||||
"""Handle the final step of a fix flow."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue