[tankerkoenig] Set context 'password' for API-Key (#8878)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2020-10-27 16:06:33 +01:00 committed by GitHub
parent 4646ea68c3
commit 7d484831c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
</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>