]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tankerkoenig] Set context 'password' for API-Key (#8878)
authorChristoph Weitkamp <github@christophweitkamp.de>
Tue, 27 Oct 2020 15:06:33 +0000 (16:06 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Oct 2020 15:06:33 +0000 (16:06 +0100)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
bundles/org.openhab.binding.tankerkoenig/src/main/resources/OH-INF/thing/webservice.xml

index 12fe9b586fdce0c3ea29fe967f6668bd58baa130..f382416b9cea122e9bac4d4fac9bf01b5c00415f 100644 (file)
                </channels>
                <config-description>
                        <parameter name="apikey" type="text" required="true">
+                               <context>password</context>
                                <label>API-Key</label>
                                <description>API-Key. Necessary registration on the Tankerkönig website.</description>
-                               <default></default>
                        </parameter>
-                       <parameter name="refresh" type="integer" required="true" min="10">
+                       <parameter name="refresh" type="integer" min="10" unit="min">
                                <label>Refresh Time</label>
                                <description>Sets the refresh time. Minimum is 10 minutes.</description>
                                <default>60</default>