Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgb-this authored Jan 13, 2024
1 parent 307da75 commit 39da2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion byd_bat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@
# - Logdaten werden speziell fuer Visualisierung aufbereitet 'visu/...'
# - Diverse Anpassungen in der Code-Struktur
#
# V0.1.0 240113 - Release
#
# -----------------------------------------------------------------------
#
# Als Basis fuer die Implementierung wurde u.a. folgende Quelle verwendet:
Expand Down Expand Up @@ -520,7 +522,7 @@ class properties and methods (class variables and class functions)
are already available!
"""

PLUGIN_VERSION = '0.0.8'
PLUGIN_VERSION = '0.1.0'
ALLOW_MULTIINSTANCE = False

def __init__(self,sh):
Expand Down
2 changes: 1 addition & 1 deletion byd_bat/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugin:
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1886748-support-thread-f%C3%BCr-das-byd-batterie-plugin

version: 0.0.8 # Plugin version (must match the version specified in __init__.py)
version: 0.1.0 # Plugin version (must match the version specified in __init__.py)
sh_minversion: 1.9 # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
py_minversion: 3.9 # minimum Python version to use for this plugin
Expand Down

0 comments on commit 39da2a8

Please sign in to comment.