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 bad22dd commit 697bb70Copy full SHA for 697bb70
setup.cfg
@@ -63,7 +63,7 @@ testing =
63
[options.entry_points]
64
# Add here console scripts like:
65
console_scripts =
66
- meshtastic2hass = meshtastic2hass:main
+ meshtastic2hass = meshtastic2hass.meshtastic2hass:main
67
# For example:
68
# console_scripts =
69
# fibonacci = meshtastic2hass.skeleton:run
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.17"
+__version__ = "1.0.18"
42
43
44
def onReceiveTelemetry(packet, interface, topic=pub.AUTO_TOPIC):
0 commit comments