Here is the log from first boot after turning on hdmi_cec
17-02-11 17:05:27 INFO (Thread-7) [homeassistant.util.package] Attempting install of pyCEC==0.4.13
17-02-11 17:05:40 INFO (MainThread) [homeassistant.bootstrap] Setting up hdmi_cec
17-02-11 17:05:40 ERROR (MainThread) [homeassistant.bootstrap] Error during setup of component hdmi_cec
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/bootstrap.py”, line 152, in _async_setup_component
None, component.setup, hass, config)
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/hdmi_cec.py”, line 189, in setup
adapter = CecAdapter(name=display_name, activate_source=False)
File “/home/homeassistant/.homeassistant/deps/pycec/cec.py”, line 20, in init
import cec
ImportError: No module named ‘cec’