Make async_step_discovery default for MQTT config flows (#41414)
This commit is contained in:
parent
ba84d0bf5c
commit
a3f8b76537
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue