Skip to content

Commit 2ac2fae

Browse files
authored
Tariff (Nordpool): add average by hour option (#31351)
1 parent 7e9195d commit 2ac2fae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

templates/definition/tariff/nordpool.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ params:
4343
- name: currency
4444
choice: ["DKK", "EUR", "NOK", "PLN", "RON", "SEK"]
4545
- preset: tariff-base
46+
- preset: tariff-features
4647
render: |
4748
type: custom
4849
{{ include "tariff-base" . }}
50+
{{ include "tariff-features" . }}
4951
forecast:
5052
source: go
5153
script: |

0 commit comments

Comments
 (0)