File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
custom_components/sensus_analytics Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -82,18 +82,14 @@ async def _test_credentials(self, user_input) -> bool:
8282
8383 @staticmethod
8484 @callback
85- def async_get_options_flow (config_entry ):
85+ def async_get_options_flow (_config_entry ):
8686 """Get the options flow for this handler."""
87- return SensusAnalyticsOptionsFlow (config_entry )
87+ return SensusAnalyticsOptionsFlow ()
8888
8989
9090class SensusAnalyticsOptionsFlow (config_entries .OptionsFlow ):
9191 """Handle Sensus Analytics options."""
9292
93- def __init__ (self , config_entry ):
94- """Initialize SensusAnalytics options flow."""
95- self .config_entry = config_entry
96-
9793 async def async_step_init (self , user_input = None ) -> FlowResult :
9894 """Manage the options."""
9995 if user_input is not None :
You can’t perform that action at this time.
0 commit comments