Skip to content

Commit

Permalink
ETA_PU: Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
psilo909 committed Feb 9, 2025
1 parent dd17ce9 commit c9f7b83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eta_pu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def send(self, req_type, path, uri='', value=''):
class ETA_PU(SmartPlugin):

ALLOW_MULTIINSTANCE = False
PLUGIN_VERSION = "1.1.1"
PLUGIN_VERSION = "1.1.2"

def __init__(self, sh, *args, **kwargs):
self._cycle = 30
Expand Down
10 changes: 5 additions & 5 deletions eta_pu/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ plugin:
description:
de: 'Anbindung der REST-Schnittstelle von ETA Heizungen (http://www.eta.co.at)'
en: 'ETA Pellet Unit PU (http://www.eta.co.at) with remote access enabled (there are 3 modes available: none, readonly, read/write)'
maintainer: '? (Brootux)'
tester: 'psilo909, ?'
maintainer: 'psilo909'
tester: 'psilo909'
state: ready
# keywords: iot xyz
# documentation: https://github.com/smarthomeNG/smarthome/wiki/CLI-Plugin # url of documentation (wiki) page
# support: https://knx-user-forum.de/forum/supportforen/smarthome-py

version: 1.1.1 # Plugin version
sh_minversion: '1.1' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
version: 1.1.2 # Plugin version
sh_minversion: '1.9' # minimum shNG version to use this plugin
# sh_maxversion: # maximum shNG version to use this plugin (leave empty if latest)
multi_instance: False # plugin supports multi instance
restartable: unknown
classname: ETA_PU # class containing the plugin
Expand Down

0 comments on commit c9f7b83

Please sign in to comment.