maint: Roll HACS to 2.0.2

This commit is contained in:
2025-01-05 12:13:25 -08:00
parent dc3392db6f
commit 443d12c4dc
4 changed files with 11 additions and 5 deletions

View File

@@ -196,7 +196,8 @@ class HacsOptionsFlowHandler(OptionsFlow):
def __init__(self, config_entry):
"""Initialize HACS options flow."""
self.config_entry = config_entry
if AwesomeVersion(HAVERSION) < "2024.11.99":
self.config_entry = config_entry
async def async_step_init(self, _user_input=None):
"""Manage the options."""