HASS will not start

I installed HASS using the AIO on an RPI3 last night. Everything was working fine. I tried to add the remote component and now HASS will not start. Any help would be appreciated.

pi@raspberrypi:~ $ sudo systemctl status home-assistant.service -l
● home-assistant.service - Home Assistant
Loaded: loaded (/etc/systemd/system/home-assistant.service; enabled)
Active: failed (Result: exit-code) since Sat 2016-12-03 14:35:51 EST; 2min 8s ago
Process: 541 ExecStart=/srv/hass/hass_venv/bin/hass -c /home/hass/.homeassistant (code=exited, status=1/FAILURE)
Main PID: 541 (code=exited, status=1/FAILURE)

Dec 03 14:35:51 raspberrypi hass[541]: raise self._exception
Dec 03 14:35:51 raspberrypi hass[541]: File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/bootstrap.py”, line 450, in _async_init_from_config_file
Dec 03 14:35:51 raspberrypi hass[541]: config_path, hass, verbose, skip_pip, log_rotate_days)
Dec 03 14:35:51 raspberrypi hass[541]: File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/bootstrap.py”, line 492, in async_from_config_file
Dec 03 14:35:51 raspberrypi hass[541]: config_dict, hass, enable_log=False, skip_pip=skip_pip)
Dec 03 14:35:51 raspberrypi hass[541]: File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/bootstrap.py”, line 410, in async_from_config_dict
Dec 03 14:35:51 raspberrypi hass[541]: res = yield from core_components.async_setup(hass, config)
Dec 03 14:35:51 raspberrypi hass[541]: AttributeError: ‘module’ object has no attribute ‘async_setup’
Dec 03 14:35:51 raspberrypi systemd[1]: home-assistant.service: main process exited, code=exited, status=1/FAILURE
Dec 03 14:35:51 raspberrypi systemd[1]: Unit home-assistant.service entered failed state.

Never mind. I goofed up the components folder. Its all good.