Skip to content

Commit 13648ea

Browse files
authored
Merge pull request #3151 from cshagen/fix-ch-prices
Small correction for CH price tariffs
2 parents 665481a + e845f43 commit 13648ea

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/modules/electricity_pricing/flexible_tariffs/ekz/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class EkzTariffConfiguration:
22
def __init__(self):
33
self.country = "ch"
4-
self.unit = "rp"
4+
self.unit = "Rp"
55

66

77
class EkzTariff:

packages/modules/electricity_pricing/flexible_tariffs/groupe_e/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
class GroupeETariffConfiguration:
22
def __init__(self):
33
self.country = "ch"
4+
self.unit = "Rp"
45

56

67
class GroupeETariff:

0 commit comments

Comments
 (0)