We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697bb70 commit 97dd7fcCopy full SHA for 97dd7fc
src/meshtastic2hass/meshtastic2hass.py
@@ -38,7 +38,7 @@
38
__author__ = "Michael Wolf aka Mictronics"
39
__copyright__ = "2024, (C) Michael Wolf"
40
__license__ = "GPL v3+"
41
-__version__ = "1.0.18"
+__version__ = "1.0.19"
42
43
44
def onReceiveTelemetry(packet, interface, topic=pub.AUTO_TOPIC):
@@ -495,7 +495,7 @@ def signal_handler(signal, frame):
495
signal.signal(signal.SIGABRT, signal_handler)
496
signal.signal(signal.SIGTERM, signal_handler)
497
498
- _globals = Globals.getInstance()
+ _globals = Globals().getInstance()
499
parser = argparse.ArgumentParser(
500
prog="meshtastic2hass",
501
description="Connects Meshtastic radios via MQTT to Home Assistant (Hass).",
0 commit comments