mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix name (#5912)
This commit is contained in:
parent
9c400de64b
commit
b2fae212cb
@ -237,7 +237,7 @@ def _setup_discovery(hass, config):
|
||||
_LOGGER.error("Unable to load MQTT discovery")
|
||||
return None
|
||||
|
||||
success = discovery.start(hass, conf[CONF_DISCOVERY_PREFIX], config)
|
||||
success = discovery.async_start(hass, conf[CONF_DISCOVERY_PREFIX], config)
|
||||
|
||||
return success
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user