Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2018-01-16 11:27:10 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform deconz
  2. Traceback (most recent call last):
  3.   File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 171, in _async_setup_platform
  4.     SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
  5.   File "/usr/local/lib/python3.6/asyncio/tasks.py", line 352, in wait_for
  6.     return fut.result()
  7.   File "/usr/local/lib/python3.6/asyncio/futures.py", line 244, in result
  8.     raise self._exception
  9.   File "/usr/local/lib/python3.6/asyncio/tasks.py", line 179, in _step
  10.     result = coro.send(None)
  11.   File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 210, in coro
  12.     res = func(*args, **kw)
  13.   File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/binary_sensor/deconz.py", line 29, in async_setup_platform
  14.     if sensor.type in DECONZ_BINARY_SENSOR:
  15. AttributeError: 'NoneType' object has no attribute 'type'
  16. 2018-01-16 11:27:16 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform deconz
  17. Traceback (most recent call last):
  18.   File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 171, in _async_setup_platform
  19.     SLOW_SETUP_MAX_WAIT, loop=self.hass.loop)
  20.   File "/usr/local/lib/python3.6/asyncio/tasks.py", line 352, in wait_for
  21.     return fut.result()
  22.   File "/usr/local/lib/python3.6/asyncio/futures.py", line 244, in result
  23.     raise self._exception
  24.   File "/usr/local/lib/python3.6/asyncio/tasks.py", line 179, in _step
  25.     result = coro.send(None)
  26.   File "/usr/local/lib/python3.6/asyncio/coroutines.py", line 210, in coro
  27.     res = func(*args, **kw)
  28.   File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/deconz.py", line 34, in async_setup_platform
  29.     if sensor.type in DECONZ_SENSOR:
  30. AttributeError: 'NoneType' object has no attribute 'type'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement