diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-06-05 09:31:20 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-06-05 09:31:20 +0100 |
commit | a8e7d91e8cdc3c48568fee9c8ca69bdc3ae28ef9 (patch) | |
tree | 10a4b000d7cddf7be439dc3f9990ac2fd19c62cd /requirements.txt | |
parent | d399ef3df2ac08cfc6b58fa50abc3e4ad1cf4af6 (diff) | |
download | TasmotaCLI-a8e7d91e8cdc3c48568fee9c8ca69bdc3ae28ef9.tar.gz TasmotaCLI-a8e7d91e8cdc3c48568fee9c8ca69bdc3ae28ef9.zip |
Added script to automatically fetch the mqtt IP
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f6950d8..f8fd590 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ tasmotadevicecontroller aiohttp -paho-mqtt +paho-mqtt==1.6.1 |