Drop title from repairs flows (#83627)

This commit is contained in:
Erik Montnemery 2022-12-10 11:43:22 +01:00 committed by GitHub
parent 535aba10ee
commit d2fc3a22e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 6 deletions

View file

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