mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Make async_step_discovery default for MQTT config flows (#41414)
This commit is contained in:
parent
ba84d0bf5c
commit
a3f8b76537
@ -1006,6 +1006,7 @@ class ConfigFlow(data_entry_flow.FlowHandler):
|
||||
|
||||
async_step_hassio = async_step_discovery
|
||||
async_step_homekit = async_step_discovery
|
||||
async_step_mqtt = async_step_discovery
|
||||
async_step_ssdp = async_step_discovery
|
||||
async_step_zeroconf = async_step_discovery
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user