Fix KNX ConfigFlow for manual secure tunnel keys (#84155)

pull/84161/head
Matthias Alphart 2022-12-18 00:06:14 +01:00 committed by GitHub
parent f29024795b
commit 6e5d4b592d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ class KNXCommonFlow(ABC, FlowHandler):
if selected_tunnelling_type == CONF_KNX_TUNNELING_TCP_SECURE:
return self.async_show_menu(
step_id="secure_key_source",
menu_options=["secure_knxkeys", "secure_routing_manual"],
menu_options=["secure_knxkeys", "secure_tunnel_manual"],
)
return self.finish_flow(title=f"Tunneling @ {_host}")