Skip to content

Commit

Permalink
replace type with template
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Jan 3, 2025
1 parent 12450e9 commit 0c160be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 6 additions & 3 deletions blog/2023-01-11/release-111.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Konfiguration für awattar
```yaml
tariffs:
grid:
type: awattar
type: template
template: awattar
region: de # or at
```
Expand All @@ -41,7 +42,8 @@ Konfiguration für Tibber
```yaml
tariffs:
grid:
type: tibber
type: template
template: tibber
token: "476...963a4" # access token
```
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/features/dynamic-prices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 0c160be

Please sign in to comment.