diff --git a/kodi/__init__.py b/kodi/__init__.py index 70a3489b9..6d654583b 100644 --- a/kodi/__init__.py +++ b/kodi/__init__.py @@ -81,7 +81,7 @@ class kodi(SmartDevicePlugin): another place, in ``commands.py`` and/or the item configuration. """ - PLUGIN_VERSION = '1.7.2' + PLUGIN_VERSION = '1.7.3' def _set_device_defaults(self): self._use_callbacks = True diff --git a/kodi/plugin.yaml b/kodi/plugin.yaml index 48bcc26e5..13266def9 100644 --- a/kodi/plugin.yaml +++ b/kodi/plugin.yaml @@ -6,9 +6,10 @@ plugin: tester: OnkelAndy state: develop keywords: iot device mediacenter kodi xmbc sdp - version: 1.7.2 + version: 1.7.3 sh_minversion: '1.9.5' py_minversion: '3.7' + sdp_minversion: '1.0.3' multi_instance: true restartable: true classname: kodi @@ -31,6 +32,20 @@ parameters: de: Item-Pfad für das Suspend-Item en: item path for suspend switch item + delay_initial_read: + type: num + default: 10 + description: + de: 'Verzögerung für das erstmalige Lesen beim Start (in Sekunden)' + en: 'delay for initial command read on start (in seconds)' + + resume_initial_read: + type: bool + defaul: true + description: + de: 'Bei resume vom Plugin erstmaliges Lesen erneut durchführen' + en: 'Repeat initial read on resume' + timeout: type: num default: 3