[bindings a-k] Fix deprecated tag "required" (#10410)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
https://openhab.org/schemas/config-description-1.0.0.xsd">
|
||||
|
||||
<config-description uri="thing-type:innogysmarthome:config">
|
||||
<parameter name="id" type="text">
|
||||
<parameter name="id" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier uniquely identifies this device.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
<b>... to generate an auth-code and paste it here</b>. After initial authorization, this code is not needed anymore.]]></description>
|
||||
</parameter>
|
||||
<parameter name="websocketidletimeout" type="integer" min="0" max="3600" unit="s" groupName="advanced">
|
||||
<required>false</required>
|
||||
<unitLabel>seconds</unitLabel>
|
||||
<label>WebSocket Idle Timeout in Seconds</label>
|
||||
<description>The WebSocket is the connection to the innogy service that listens to status updates. If no data is
|
||||
|
||||
Reference in New Issue
Block a user