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

Allow enabling of tls usage for mqtt connection #22

Closed heikomat closed 5 years ago

heikomat commented 5 years ago

This adds a tls config to the mqtt-settings, that when set to True will make the mqtt-client connect using tls. This is especially useful if the mqtt-broker is available over the internet, because in that case it is important for the connection to be secure

michaelarnauts commented 5 years ago

Great! Thanks for the improvement!