fixed: Menu options

ecowitt_support
SchiZzA 2026-05-27 21:34:32 +02:00
parent b9815713a0
commit 1ad10b4b1e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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: