Thank you for the docker, it is working well for me. My theater now automatically turns off the lights when a movie plays in Plex, turns them to a dimmed status when paused, and turns them back on when Plex is stopped. Also added some lights in the living room that automatically turn on when the sun goes down for the dogs.
I do get an error when starting up Home Assistant, but it doesn't seem to affect anything I am using it for at this point. It appears to be related to the piece that you can use to track your router?
Error:
16-04-17 20:55:41 homeassistant.bootstrap: Error during setup of component device_tracker
Traceback (most recent call last):
File "/usr/src/app/homeassistant/bootstrap.py", line 158, in _setup_component
if not component.setup(hass, config):
File "/usr/src/app/homeassistant/components/device_tracker/__init__.py", line 98, in setup
conf = conf[0]
IndexError: list index out of range