Skip to content

Commit

Permalink
Added entry point.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mictronics committed Oct 31, 2024
1 parent 39b5233 commit bad22dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ testing =

[options.entry_points]
# Add here console scripts like:
# console_scripts =
# script_name = meshtastic2hass.module:function
console_scripts =
meshtastic2hass = meshtastic2hass:main
# For example:
# console_scripts =
# fibonacci = meshtastic2hass.skeleton:run
Expand Down
2 changes: 1 addition & 1 deletion src/meshtastic2hass/meshtastic2hass.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
__author__ = "Michael Wolf aka Mictronics"
__copyright__ = "2024, (C) Michael Wolf"
__license__ = "GPL v3+"
__version__ = "1.0.16"
__version__ = "1.0.17"


def onReceiveTelemetry(packet, interface, topic=pub.AUTO_TOPIC):
Expand Down

0 comments on commit bad22dd

Please sign in to comment.