]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix bridge initialization when parameter quoteList is not configured (#13667)
authorJacob Laursen <jacob-github@vindvejr.dk>
Mon, 7 Nov 2022 08:20:20 +0000 (09:20 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Nov 2022 08:20:20 +0000 (09:20 +0100)
Fixes #13666

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

index d0e872e68d9319058c05a8432ed66124bacfdfed..ea22fe691f3829a0735bbd33f64af05f980bed41 100644 (file)
                <description>Comma-separated list of favorites of form favoriteId=favoriteName</description>
                <state readOnly="true" pattern="%s"></state>
                <config-description>
-                       <parameter name="quoteList" type="boolean" required="true">
+                       <parameter name="quoteList" type="boolean">
                                <label>Quote Favorites</label>
                                <description>Wrap the right hand side of the favorites in quotes</description>
                                <default>false</default>