From 6448bdc12fa3275b43c839fce0b2cd95e0ff1ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Ren=C3=A9=20Frie=C3=9F?= Date: Sun, 3 Mar 2024 17:57:33 +0100 Subject: [PATCH] Robonect: removed strange / in version number --- robonect/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robonect/__init__.py b/robonect/__init__.py index 521cdb6a8..c988b7630 100755 --- a/robonect/__init__.py +++ b/robonect/__init__.py @@ -40,7 +40,7 @@ class Robonect(MqttPlugin): Main class of the Plugin. Does all plugin specific stuff and provides the update functions for the items """ - PLUGIN_VERSION = '1.0.5/' # (must match the version specified in plugin.yaml) + PLUGIN_VERSION = '1.0.5' # (must match the version specified in plugin.yaml) STATUS_TYPES = ['mower/status', 'mower/status/text', 'status_text_translated', 'mower/distance', 'mower/status/duration', 'mower/statistic/hours', 'mower/stopped', 'mower/mode', 'mower/mode/text', 'mode_text_translated', 'mower/battery/charge', 'blades_quality',