diff --git a/components/smart-home-automation/MQTT-protocol/README.md b/components/smart-home-automation/MQTT-protocol/README.md index 1cf536c10..effa3f58c 100644 --- a/components/smart-home-automation/MQTT-protocol/README.md +++ b/components/smart-home-automation/MQTT-protocol/README.md @@ -109,6 +109,12 @@ Sending empty payload to `phoniebox/cmd/help` will be responded by a list of all # Installation +Install missing python packages for MQTT: + +~~~ +pip3 install paho-mqtt +~~~ + All relevant files can be found in the folder: ~~~