From 0997d505aab44edd380d3aa993f9add33dd58b85 Mon Sep 17 00:00:00 2001 From: lgb-this Date: Sat, 20 Jan 2024 07:47:20 +0100 Subject: [PATCH] Release 0.1.2 --- byd_bat/plugin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/byd_bat/plugin.yaml b/byd_bat/plugin.yaml index 3fa0001cd..157198948 100644 --- a/byd_bat/plugin.yaml +++ b/byd_bat/plugin.yaml @@ -8,11 +8,11 @@ plugin: maintainer: Matthias Manhart tester: Matthias Manhart state: develop # change to ready when done with development -# keywords: iot xyz + keywords: byd battery # 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.1.0 # Plugin version (must match the version specified in __init__.py) + version: 0.1.2 # 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