Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9f7b83

Browse files
committed
ETA_PU: Bumped versions
1 parent dd17ce9 commit c9f7b83

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

eta_pu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def send(self, req_type, path, uri='', value=''):
124124
class ETA_PU(SmartPlugin):
125125

126126
ALLOW_MULTIINSTANCE = False
127-
PLUGIN_VERSION = "1.1.1"
127+
PLUGIN_VERSION = "1.1.2"
128128

129129
def __init__(self, sh, *args, **kwargs):
130130
self._cycle = 30

eta_pu/plugin.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ plugin:
55
description:
66
de: 'Anbindung der REST-Schnittstelle von ETA Heizungen (http://www.eta.co.at)'
77
en: 'ETA Pellet Unit PU (http://www.eta.co.at) with remote access enabled (there are 3 modes available: none, readonly, read/write)'
8-
maintainer: '? (Brootux)'
9-
tester: 'psilo909, ?'
8+
maintainer: 'psilo909'
9+
tester: 'psilo909'
1010
state: ready
1111
# keywords: iot xyz
1212
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page
1313
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py
1414

15-
version: 1.1.1 # Plugin version
16-
sh_minversion: '1.1' # minimum shNG version to use this plugin
17-
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
15+
version: 1.1.2 # Plugin version
16+
sh_minversion: '1.9' # minimum shNG version to use this plugin
17+
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
1818
multi_instance: False # plugin supports multi instance
1919
restartable: unknown
2020
classname: ETA_PU # class containing the plugin

0 commit comments

Comments
 (0)