From bd56fd8e5dfcc95d77ccd80ffc6a5bd24ab7c9f3 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Mon, 29 Mar 2021 22:00:06 +0200 Subject: [PATCH] [bindings a-k] Fix deprecated tag "required" (#10410) Signed-off-by: Laurent Garnier --- .../src/main/resources/OH-INF/binding/binding.xml | 1 - .../src/main/resources/OH-INF/thing/thing-types.xml | 4 +--- .../src/main/resources/OH-INF/config/config.xml | 9 +++------ .../src/main/resources/OH-INF/binding/binding.xml | 1 - .../src/main/resources/OH-INF/config/config.xml | 3 +-- .../src/main/resources/OH-INF/thing/thing-types.xml | 10 +++------- .../src/main/resources/OH-INF/thing/thing-types.xml | 3 +-- .../src/main/resources/OH-INF/thing/mhub4k431.xml | 3 +-- .../main/resources/OH-INF/thing/multiroomplus.xml | 3 +-- .../src/main/resources/OH-INF/thing/HeosGroup.xml | 3 +-- .../src/main/resources/OH-INF/thing/HeosPlayer.xml | 3 +-- .../src/main/resources/OH-INF/thing/HeosSystem.xml | 12 ++++-------- .../src/main/resources/OH-INF/thing/thing-types.xml | 1 - .../src/main/resources/OH-INF/thing/thing-types.xml | 6 ++---- .../src/main/resources/OH-INF/config/config.xml | 3 +-- .../src/main/resources/OH-INF/thing/bridge.xml | 1 - .../src/main/resources/OH-INF/binding/binding.xml | 3 +-- .../src/main/resources/OH-INF/thing/stop.xml | 3 +-- 18 files changed, 22 insertions(+), 50 deletions(-) diff --git a/bundles/org.openhab.binding.allplay/src/main/resources/OH-INF/binding/binding.xml b/bundles/org.openhab.binding.allplay/src/main/resources/OH-INF/binding/binding.xml index 84d93cead3..aa161e3d83 100644 --- a/bundles/org.openhab.binding.allplay/src/main/resources/OH-INF/binding/binding.xml +++ b/bundles/org.openhab.binding.allplay/src/main/resources/OH-INF/binding/binding.xml @@ -22,7 +22,6 @@ URL to use for playing audio streams, e.g. http://192.168.0.2:8080 - false diff --git a/bundles/org.openhab.binding.allplay/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.allplay/src/main/resources/OH-INF/thing/thing-types.xml index 33f8a72e3e..84874e6ed2 100644 --- a/bundles/org.openhab.binding.allplay/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.allplay/src/main/resources/OH-INF/thing/thing-types.xml @@ -34,15 +34,13 @@ - + The device identifier identifies one certain speaker. - true The device name of the speaker. - false diff --git a/bundles/org.openhab.binding.atlona/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.binding.atlona/src/main/resources/OH-INF/config/config.xml index ce4acc3aa6..d05e74d3a2 100644 --- a/bundles/org.openhab.binding.atlona/src/main/resources/OH-INF/config/config.xml +++ b/bundles/org.openhab.binding.atlona/src/main/resources/OH-INF/config/config.xml @@ -5,23 +5,20 @@ xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd"> - + network-address IP or Host name of Atlona Matrix Switch - true - + User Name to login with if Telnet Login is on - false true - + password Password to login with if Telnet Login is on - false true diff --git a/bundles/org.openhab.binding.chromecast/src/main/resources/OH-INF/binding/binding.xml b/bundles/org.openhab.binding.chromecast/src/main/resources/OH-INF/binding/binding.xml index a4bd7df866..e309df21fc 100644 --- a/bundles/org.openhab.binding.chromecast/src/main/resources/OH-INF/binding/binding.xml +++ b/bundles/org.openhab.binding.chromecast/src/main/resources/OH-INF/binding/binding.xml @@ -10,7 +10,6 @@ url to use for playing notification sounds, e.g. http://192.168.0.2:8080 - false diff --git a/bundles/org.openhab.binding.chromecast/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.binding.chromecast/src/main/resources/OH-INF/config/config.xml index 335b5d7a1f..8d7ad74ac4 100644 --- a/bundles/org.openhab.binding.chromecast/src/main/resources/OH-INF/config/config.xml +++ b/bundles/org.openhab.binding.chromecast/src/main/resources/OH-INF/config/config.xml @@ -5,11 +5,10 @@ xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd"> - + network-address Network address of the Chromecast device. - true diff --git a/bundles/org.openhab.binding.coolmasternet/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.coolmasternet/src/main/resources/OH-INF/thing/thing-types.xml index d4b40c89e8..fd59e90a97 100644 --- a/bundles/org.openhab.binding.coolmasternet/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.coolmasternet/src/main/resources/OH-INF/thing/thing-types.xml @@ -14,21 +14,18 @@ network-address The IP address / FQDN of the CoolMasterNet unit - true - + Port of ASCII interface of CoolMasterNet unit. 10102 - false - + Frequency to poll the controller for updates, in seconds. Defaults to every 5 seconds. 5 - false @@ -52,11 +49,10 @@ - + Unit ID of the HVAC Unit to control. Example: L1.100. L1.100 - true diff --git a/bundles/org.openhab.binding.elerotransmitterstick/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.elerotransmitterstick/src/main/resources/OH-INF/thing/thing-types.xml index 2a1f8c04ab..18a9352ae4 100644 --- a/bundles/org.openhab.binding.elerotransmitterstick/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.elerotransmitterstick/src/main/resources/OH-INF/thing/thing-types.xml @@ -38,10 +38,9 @@ - + The id of this channel. - true diff --git a/bundles/org.openhab.binding.hdanywhere/src/main/resources/OH-INF/thing/mhub4k431.xml b/bundles/org.openhab.binding.hdanywhere/src/main/resources/OH-INF/thing/mhub4k431.xml index 4295ba194c..5bdbeecc77 100644 --- a/bundles/org.openhab.binding.hdanywhere/src/main/resources/OH-INF/thing/mhub4k431.xml +++ b/bundles/org.openhab.binding.hdanywhere/src/main/resources/OH-INF/thing/mhub4k431.xml @@ -17,10 +17,9 @@ - + Network address of the Matrix - true diff --git a/bundles/org.openhab.binding.hdanywhere/src/main/resources/OH-INF/thing/multiroomplus.xml b/bundles/org.openhab.binding.hdanywhere/src/main/resources/OH-INF/thing/multiroomplus.xml index 334c82be75..d221ed27d8 100644 --- a/bundles/org.openhab.binding.hdanywhere/src/main/resources/OH-INF/thing/multiroomplus.xml +++ b/bundles/org.openhab.binding.hdanywhere/src/main/resources/OH-INF/thing/multiroomplus.xml @@ -21,10 +21,9 @@ - + Network address of the Matrix - true diff --git a/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosGroup.xml b/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosGroup.xml index 14b79d4ae9..a7017db856 100644 --- a/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosGroup.xml +++ b/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosGroup.xml @@ -36,10 +36,9 @@ Denon - + Shows the player IDs of the members of this group - true diff --git a/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosPlayer.xml b/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosPlayer.xml index 1317baf7a7..f4180c3e26 100644 --- a/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosPlayer.xml +++ b/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosPlayer.xml @@ -38,10 +38,9 @@ serialNumber - + The internal Player ID - true diff --git a/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosSystem.xml b/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosSystem.xml index 30a5e14cf1..a5a5725c1d 100644 --- a/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosSystem.xml +++ b/bundles/org.openhab.binding.heos/src/main/resources/OH-INF/thing/HeosSystem.xml @@ -13,25 +13,21 @@ vendor - + network-address Network address of the HEOS bridge. - true - + Username for login to the HEOS account. - false - + password Password for login to the HEOS account - false - - false + seconds The time in seconds for the HEOS Heartbeat (default = 60 s) diff --git a/bundles/org.openhab.binding.hyperion/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.hyperion/src/main/resources/OH-INF/thing/thing-types.xml index 936630447f..99dcfb1911 100644 --- a/bundles/org.openhab.binding.hyperion/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.hyperion/src/main/resources/OH-INF/thing/thing-types.xml @@ -77,7 +77,6 @@ How often (in seconds) to poll the Hyperion server for value changes. - true 3 diff --git a/bundles/org.openhab.binding.icalendar/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.icalendar/src/main/resources/OH-INF/thing/thing-types.xml index 8aaccfde11..65c9feb0fd 100644 --- a/bundles/org.openhab.binding.icalendar/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.icalendar/src/main/resources/OH-INF/thing/thing-types.xml @@ -154,14 +154,12 @@ - + - true - + The frequency in minutes the channels get refreshed - true 15 diff --git a/bundles/org.openhab.binding.innogysmarthome/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.binding.innogysmarthome/src/main/resources/OH-INF/config/config.xml index 144312b14b..023d5a5157 100644 --- a/bundles/org.openhab.binding.innogysmarthome/src/main/resources/OH-INF/config/config.xml +++ b/bundles/org.openhab.binding.innogysmarthome/src/main/resources/OH-INF/config/config.xml @@ -6,10 +6,9 @@ https://openhab.org/schemas/config-description-1.0.0.xsd"> - + The identifier uniquely identifies this device. - true diff --git a/bundles/org.openhab.binding.innogysmarthome/src/main/resources/OH-INF/thing/bridge.xml b/bundles/org.openhab.binding.innogysmarthome/src/main/resources/OH-INF/thing/bridge.xml index 97744958fb..a6850a5eaa 100644 --- a/bundles/org.openhab.binding.innogysmarthome/src/main/resources/OH-INF/thing/bridge.xml +++ b/bundles/org.openhab.binding.innogysmarthome/src/main/resources/OH-INF/thing/bridge.xml @@ -43,7 +43,6 @@ ... to generate an auth-code and paste it here. After initial authorization, this code is not needed anymore.]]> - false seconds The WebSocket is the connection to the innogy service that listens to status updates. If no data is diff --git a/bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/binding/binding.xml b/bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/binding/binding.xml index 227ba6fe3d..a72c02b08b 100644 --- a/bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/binding/binding.xml +++ b/bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/binding/binding.xml @@ -7,10 +7,9 @@ This is the binding for Kodi. - + url to use for playing notification sounds, e.g. http://192.168.0.2:8080 - false diff --git a/bundles/org.openhab.binding.kvv/src/main/resources/OH-INF/thing/stop.xml b/bundles/org.openhab.binding.kvv/src/main/resources/OH-INF/thing/stop.xml index 78ca734fe2..eca82ca95a 100644 --- a/bundles/org.openhab.binding.kvv/src/main/resources/OH-INF/thing/stop.xml +++ b/bundles/org.openhab.binding.kvv/src/main/resources/OH-INF/thing/stop.xml @@ -39,10 +39,9 @@ Train stop for KVV Binding. - + ID of the train stop. - true -- 2.47.3