mirror of
https://github.com/mx42/home-assistant-ecocito.git
synced 2026-01-14 22:09:49 +01:00
fix: fix broken imports
This commit is contained in:
@@ -67,8 +67,8 @@ class EcocitoConfigFlow(ConfigFlow, domain=DOMAIN):
|
||||
@staticmethod
|
||||
@callback
|
||||
def async_get_options_flow(
|
||||
config_entry: ConfigEntry
|
||||
entry: ConfigEntry
|
||||
) -> OptionsFlow:
|
||||
"""Return the options flow."""
|
||||
from .options_flow import EcocitoOptionsFlowHandler
|
||||
return EcocitoOptionsFlowHandler(config_entry)
|
||||
return EcocitoOptionsFlowHandler(entry)
|
||||
|
||||
Reference in New Issue
Block a user