Skip to content

Commit

Permalink
stateengine plugin: bump version to 2.1 as there were quite some edits
Browse files Browse the repository at this point in the history
  • Loading branch information
onkelandy committed Jul 30, 2024
1 parent 8bc09e2 commit fb1ddc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stateengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@


class StateEngine(SmartPlugin):
PLUGIN_VERSION = '2.0.1'
PLUGIN_VERSION = '2.1'

# Constructor
# noinspection PyUnusedLocal,PyMissingConstructor
Expand Down
6 changes: 3 additions & 3 deletions stateengine/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ plugin:
state: ready
support: https://knx-user-forum.de/forum/supportforen/smarthome-py/1303071-stateengine-plugin-support

version: 2.0.1
version: 2.1
sh_minversion: '1.6'
multi_instance: False
classname: StateEngine
Expand Down Expand Up @@ -351,8 +351,8 @@ item_attributes:
en: 'Name of state, overwriting the value defined by "name" attribute'
description_long:
de: '**Zustandsname, überschreibt den im Attribut "name" angegebene Wert**\n
Dies kann beispielsweise nützlich sein, um den Namen abhängig
von einer Bedingungsgruppe zu ändern.
Dies kann beispielsweise nützlich sein, um den Namen abhängig
von einer Bedingungsgruppe zu ändern.
'
en: '**Name of state, overwriting the value defined by "name" attribute**\n
Could be useful to change the state name based on a condition group
Expand Down

0 comments on commit fb1ddc7

Please sign in to comment.