HDMI-CEC on Windows

I’ve been trying to get the HDMI-CEC component to work on my windows box, but haven’t had much luck. I get the following error on startup:

16-07-12 14:35:03 homeassistant.components.hdmi_cec: libcec must be installed
16-07-12 14:35:03 homeassistant.bootstrap: component hdmi_cec failed to initialize

I’ve installed v3.0.0.0 from PulseEight and created a libcec folder in Lib folder in Python that contains the following files from the installation folder:

  • init.py
  • cec.pyd
  • cec.dll

I’m not super familiar with python unfortunately, but what am I missing here?