diff options
Diffstat (limited to 'tasmota-mqtt-client.py')
-rw-r--r-- | tasmota-mqtt-client.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |