mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Fix bridge initialization when parameter quoteList is not configured (#13667)
Fixes #13666 Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
c7020bfee8
commit
c467139208
@ -121,7 +121,7 @@
|
|||||||
<description>Comma-separated list of favorites of form favoriteId=favoriteName</description>
|
<description>Comma-separated list of favorites of form favoriteId=favoriteName</description>
|
||||||
<state readOnly="true" pattern="%s"></state>
|
<state readOnly="true" pattern="%s"></state>
|
||||||
<config-description>
|
<config-description>
|
||||||
<parameter name="quoteList" type="boolean" required="true">
|
<parameter name="quoteList" type="boolean">
|
||||||
<label>Quote Favorites</label>
|
<label>Quote Favorites</label>
|
||||||
<description>Wrap the right hand side of the favorites in quotes</description>
|
<description>Wrap the right hand side of the favorites in quotes</description>
|
||||||
<default>false</default>
|
<default>false</default>
|
||||||
|
Loading…
Reference in New Issue
Block a user