diff --git a/custom_components/sws12500/config_flow.py b/custom_components/sws12500/config_flow.py index 7eafeed..99b1871 100644 --- a/custom_components/sws12500/config_flow.py +++ b/custom_components/sws12500/config_flow.py @@ -343,7 +343,7 @@ class ConfigFlowHandler(ConfigFlow, domain=DOMAIN): return self.async_show_menu( step_id="user", - menu_options=["pws, ecowitt"], + menu_options=["pws", "ecowitt"], ) async def async_step_pws(self, user_input: Any = None) -> ConfigFlowResult: