michaelarnauts / cec-mqtt-bridge

A HDMI-CEC to MQTT bridge for connecting HDMI-CEC-devices to your Home Automation system.
145 stars 48 forks source link

Added docker support and configuration using environment variables #6

Closed jonaseck2 closed 6 years ago

jonaseck2 commented 6 years ago

I've added a dockerfile that's based on a raspberrypi image with a complete compile of libcec. I'm fairly new to raspberrypi, python and libcec so i'm sure it can be improved quite a bit. For the bridge itself i've added support for overriding config using environment variables with matching names.

michaelarnauts commented 6 years ago

Cool, thanks!