Skip to content

Commit e9e821e

Browse files
authored
Merge pull request #511 from martin3000/patch-1
Update const.py
2 parents 8ed3483 + 5a9e202 commit e9e821e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/nordpool/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"BE": ["EUR", "Belgium", 0.06],
124124
"AT": ["EUR", "Austria", 0.20],
125125
# Unsure about tax rate, correct if wrong
126-
"GER": ["EUR", "Germany", 0.23],
126+
"GER": ["EUR", "Germany", 0.19],
127127
}
128128

129129
# Needed incase a user wants the prices in non local currency

0 commit comments

Comments
 (0)