2018-07-29 18:30:22 WARNING (MainThread) [homeassistant.components.http] You have been advised to set http.api_password.
2018-07-29 18:30:26 WARNING (MainThread) [homeassistant.loader] You are using a custom component for redpoint which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-07-29 18:30:26 WARNING (MainThread) [homeassistant.loader] You are using a custom component for tunnel2local which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2018-07-29 18:30:50 WARNING (MainThread) [homeassistant.setup] Setup of xiaomi_aqara is taking over 10 seconds.
2018-07-29 18:30:50 WARNING (MainThread) [homeassistant.components.switch] Setup of platform xiaomi_miio is taking over 10 seconds.
2018-07-29 18:30:55 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/http/__init__.py", line 132, in start_server
await server.start()
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/http/__init__.py", line 284, in start
await self.app.startup()
File "/usr/local/lib/python3.5/dist-packages/aiohttp/web_app.py", line 278, in startup
await self.on_startup.send(self)
File "/usr/local/lib/python3.5/dist-packages/aiohttp/signals.py", line 35, in send
await receiver(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/http/cors.py", line 60, in cors_startup
_allow_cors(route)
File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/http/cors.py", line 44, in _allow_cors
cors.add(route, config)
File "/home/pi/.homeassistant/deps/lib/python3.5/site-packages/aiohttp_cors/cors_config.py", line 263, in add
return self._cors_impl.add(routing_entity, config)
File "/home/pi/.homeassistant/deps/lib/python3.5/site-packages/aiohttp_cors/cors_config.py", line 135, in add
routing_entity, self._preflight_handler)
File "/home/pi/.homeassistant/deps/lib/python3.5/site-packages/aiohttp_cors/urldispatcher_router_adapter.py", line 195, in add_preflight_handler
self.add_preflight_handler(route.resource, handler)
File "/home/pi/.homeassistant/deps/lib/python3.5/site-packages/aiohttp_cors/urldispatcher_router_adapter.py", line 163, in add_preflight_handler
.format(resource, route_obj.handler))
ValueError: <PlainResource /auth/token> already has OPTIONS handler <bound method _PreflightHandler._preflight_handler of <aiohttp_cors.cors_config._CorsConfigImpl object at 0x712cd030>>