Skip to content

Instantly share code, notes, and snippets.

2019-05-02 01:42:21 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/helpers/entity_platform.py", line 357, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: binary_sensor.remote_ui. Platform cloud does not generate unique IDs
2019-05-02 01:42:22 INFO (Thread-15) [botocore.vendored.requests.packages.urllib3.connectionpool] Starting new HTTP connection (1): 169.254.169.254
2019-05-02 01:42:24 INFO (MainThread) [snitun.utils.aiohttp_client] AioHTTP snitun client started on 127.0.0.1:35695
2019-05-02 02:04:33 ERROR (Thread-4) [homeassistant.components.unifi_direct.device_tracker] Connection to AP unavailable: End Of File (EOF). Exception style platform.
2018-04-15 05:54:30 INFO (MainThread) [homeassistant.loader] Loaded discovery from homeassistant.components.discovery
2018-04-15 05:54:30 ERROR (MainThread) [homeassistant.config] Invalid config for [discovery]: value is not allowed @ data['discovery']['ignore'][14]. Got 'philips_hue'. (See /home/myusername/hass/config/configuration.yaml, line 38). Please check the docs at https://home-assistant.io/components/discovery/
2018-04-15 05:54:30 ERROR (MainThread) [homeassistant.setup] Setup failed for discovery: Invalid config.
- [discovery](https://home-assistant.io/components/discovery/)
2018-04-15 05:54:31 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1523764470.804898, level=ERROR, message=Invalid config for [discovery]: value is not allowed @ data['discovery']['ignore'][14]. Got 'philips_hue'. (See /home/myusername/hass/config/configuration.yaml, line 38). Please check the docs at https://home-assistant.io/components/discovery/, exception=, source=config.py>
2018-0