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

pull/84162/head
Matthias Alphart 2022-12-18 00:06:14 +01:00 committed by Paulus Schoutsen
parent 0b4d1fe641
commit 76d33fdaf1
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}")