diff --git a/homeassistant/components/mqtt/__init__.py b/homeassistant/components/mqtt/__init__.py index d0843ebdcef..52ed7d93847 100644 --- a/homeassistant/components/mqtt/__init__.py +++ b/homeassistant/components/mqtt/__init__.py @@ -195,8 +195,7 @@ def setup(hass, config): # Only auto config if no server config was passed in if broker_config and CONF_EMBEDDED not in conf: broker, port, username, password, certificate, protocol = broker_config - elif not broker_config and (CONF_EMBEDDED in conf or - CONF_BROKER not in conf): + elif not broker_config and CONF_BROKER not in conf: _LOGGER.error('Unable to start broker and auto-configure MQTT.') return False