]> git.basschouten.com Git - openhab-addons.git/commitdiff
[kodi] Fix bridge initialization when parameter group is not configured (#13669)
authorJacob Laursen <jacob-github@vindvejr.dk>
Mon, 7 Nov 2022 05:49:05 +0000 (06:49 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Nov 2022 05:49:05 +0000 (06:49 +0100)
Fixes #13668

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/config/config.xml

index d77aa238aa714daf23b6d9b095b3f4498a590622..2d3ce0030551d62940bb04b2ff58d4ddf1228c80 100644 (file)
@@ -64,7 +64,7 @@
        </config-description>
 
        <config-description uri="channel-type:kodi:pvr-channel">
-               <parameter name="group" type="text" required="true">
+               <parameter name="group" type="text">
                        <label>PVR Channel Group</label>
                        <description>The PVR channel group name used to identify the channel id.</description>
                        <default>All channels</default>