fixed: Menu options
parent
b9815713a0
commit
1ad10b4b1e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue