diff --git a/blog/2023-01-11/release-111.md b/blog/2023-01-11/release-111.md index 3610a763f..1520a091a 100644 --- a/blog/2023-01-11/release-111.md +++ b/blog/2023-01-11/release-111.md @@ -32,7 +32,8 @@ Konfiguration für awattar ```yaml tariffs: grid: - type: awattar + type: template + template: awattar region: de # or at ``` @@ -41,7 +42,8 @@ Konfiguration für Tibber ```yaml tariffs: grid: - type: tibber + type: template + template: tibber token: "476...963a4" # access token ``` @@ -81,7 +83,8 @@ planner: ```yaml planner: - type: electricitymaps + type: template + template: electricitymaps uri: https://api-access.electricitymaps.com/2w...1g/ token: Rp...D2 zone: DE diff --git a/docs/features/dynamic-prices.mdx b/docs/features/dynamic-prices.mdx index 9fe93b9ce..8159be8cd 100644 --- a/docs/features/dynamic-prices.mdx +++ b/docs/features/dynamic-prices.mdx @@ -53,7 +53,8 @@ Hier eine Beispielkonfiguration für den Stromtarif von [Tibber](https://tibber. ```yaml tariffs: grid: - type: tibber + type: template + template: tibber token: "..." # Access Token ``` 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 fe8430782..200c0bc9f 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 @@ -53,7 +53,8 @@ Here is an example configuration for the electricity tariff from [Tibber](https: ```yaml tariffs: grid: - type: tibber + type: template + template: tibber token: "..." # Access Token ```