diff --git a/docs/devices/tariffs.mdx b/docs/devices/tariffs.mdx index 3190220e6..e9e1747f9 100644 --- a/docs/devices/tariffs.mdx +++ b/docs/devices/tariffs.mdx @@ -18,10 +18,10 @@ tariffs: currency: EUR # (default EUR) grid: type: fixed - price: 0.294 # 29,4 ct/kWh + price: 0.294 # EUR/kWh feedin: type: fixed - price: 0.08 # 8 ct/kWh + price: 0.08 # EUR/kWh co2: ... ``` diff --git a/docs/features/dynamic-prices.mdx b/docs/features/dynamic-prices.mdx index 74f849126..ab8588874 100644 --- a/docs/features/dynamic-prices.mdx +++ b/docs/features/dynamic-prices.mdx @@ -23,7 +23,7 @@ tariffs: currency: EUR grid: type: fixed - price: 0.32 # 32ct/kWh + price: 0.32 # EUR/kWh ``` ### Zeitabhängiger Strompreis @@ -36,13 +36,13 @@ tariffs: currency: EUR grid: type: fixed - price: 0.32 # 32ct/kWh (default) + price: 0.32 # EUR/kWh (default) zones: - days: Mo-Fr hours: 2-6 - price: 0.22 # 20ct/kWh (werkstags 2-6 Uhr) + price: 0.22 # EUR/kWh (werkstags 2-6 Uhr) - days: Sa,So - price: 0.12 # 12ct/kWh (Wochenende) + price: 0.12 # EUR/kWh (Wochenende) ``` ### Dynamischer Strompreis via API diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/tariffs.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/tariffs.mdx index cb9bd8bde..2e30f7e28 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/tariffs.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/tariffs.mdx @@ -19,10 +19,10 @@ tariffs: currency: EUR # (default EUR) grid: type: fixed - price: 0.294 # 29,4 ct/kWh + price: 0.294 # EUR/kWh feedin: type: fixed - price: 0.08 # 8 ct/kWh + price: 0.08 # EUR/kWh co2: ... ``` diff --git a/i18n/en/docusaurus-plugin-content-docs/current/features/dynamic-prices.mdx b/i18n/en/docusaurus-plugin-content-docs/current/features/dynamic-prices.mdx index ddd3c3ac9..2f8e8c951 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/features/dynamic-prices.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/features/dynamic-prices.mdx @@ -27,7 +27,7 @@ tariffs: currency: EUR grid: type: fixed - price: 0.32 # 32ct/kWh + price: 0.32 # EUR/kWh ``` ### Zeitabhängiger Strompreis @@ -40,13 +40,13 @@ tariffs: currency: EUR grid: type: fixed - price: 0.32 # 32ct/kWh (default) + price: 0.32 # EUR/kWh (default) zones: - days: Mo-Fr hours: 2-6 - price: 0.22 # 20ct/kWh (werkstags 2-6 Uhr) + price: 0.22 # EUR/kWh (werkstags 2-6 Uhr) - days: Sa,So - price: 0.12 # 12ct/kWh (Wochenende) + price: 0.12 # EUR/kWh (Wochenende) ``` ### Dynamischer Strompreis via API