Skip to content

Commit

Permalink
Fix KNX ConfigFlow for manual secure tunnel keys (#84155)
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio authored and balloob committed Dec 18, 2022
1 parent 0b4d1fe commit 76d33fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/knx/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ async def async_step_manual_tunnel(
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}")

Expand Down

0 comments on commit 76d33fd

Please sign in to comment.