Skip to content

Commit

Permalink
Ongoing work
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Strigl committed Dec 19, 2020
1 parent 291350d commit 420a250
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions htknx.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,12 @@ async def main():
parser = argparse.ArgumentParser(
description=textwrap.dedent(
"""\
Heliotherm heat pump KNX gateway
"""
Heliotherm heat pump KNX gateway, v{}.
https://github.com/dstrigl/htknx
""".format(
__version__
)
),
formatter_class=argparse.RawDescriptionHelpFormatter,
epilog=textwrap.dedent(
Expand Down

0 comments on commit 420a250

Please sign in to comment.