Make async_step_discovery default for MQTT config flows (#41414)

This commit is contained in:
Erik Montnemery 2020-10-07 23:49:29 +02:00 committed by GitHub
parent ba84d0bf5c
commit a3f8b76537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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