From d399ef3df2ac08cfc6b58fa50abc3e4ad1cf4af6 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 16 Dec 2023 23:04:49 +0000 Subject: Added default MQTT --- tasmota-mqtt-client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tasmota-mqtt-client.py') diff --git a/tasmota-mqtt-client.py b/tasmota-mqtt-client.py index 849ae9d..c4be92a 100644 --- a/tasmota-mqtt-client.py +++ b/tasmota-mqtt-client.py @@ -61,7 +61,7 @@ parser.add_argument( "-m", "--mqtt-host", type = str, help = "MQTT Server", - required = True + default = "172.18.0.2", ) parser.add_argument( "-u", "--user", -- cgit v1.2.3