Fixes for mqtt config validation tests.

This commit is contained in:
Jan Harkes 2016-04-04 22:56:25 -04:00
parent 8cca2bb344
commit 58ea589f99
3 changed files with 6 additions and 10 deletions

View file

@ -129,7 +129,6 @@ def mock_mqtt_component(hass, mock_mqtt):
mqtt.CONF_BROKER: 'mock-broker',
}
})
hass.config.components.append(mqtt.DOMAIN)
return mock_mqtt