From d87b09453c8c6cdf09e2df8ed55e166974926d7b Mon Sep 17 00:00:00 2001 From: Marc Kreidler Date: Mon, 24 Feb 2025 09:46:50 +0100 Subject: [PATCH] Remove line break in docs --- docs/usage/information_provider_system.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/usage/information_provider_system.md b/docs/usage/information_provider_system.md index 0407bc0e..fd40e77f 100644 --- a/docs/usage/information_provider_system.md +++ b/docs/usage/information_provider_system.md @@ -270,8 +270,7 @@ The following env configuration options are available: * `PROVIDER_BUERKLIN_SECRET`: The client secret you got from Buerklin (mandatory) * `PROVIDER_BUERKLIN_USERNAME`: The username you got from Buerklin (mandatory) * `PROVIDER_BUERKLIN_PASSWORD`: The password you got from Buerklin (mandatory) -* `PROVIDER_BUERKLIN_CURRENCY`: The currency you want to get prices in if available (optional, 3 letter ISO-code, - default: `EUR`). +* `PROVIDER_BUERKLIN_CURRENCY`: The currency you want to get prices in if available (optional, 3 letter ISO-code, default: `EUR`). * `PROVIDER_BUERKLIN_LANGUAGE`: The language you want to get the descriptions in. Possible values: `de` = German, `en` = English. (optional, default: `de`) ### Custom provider