Skip to content

Commit

Permalink
Removing Nordpool connector
Browse files Browse the repository at this point in the history
  • Loading branch information
MTrab committed Oct 15, 2024
1 parent 7a302d0 commit 888cf08
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 252 deletions.
188 changes: 0 additions & 188 deletions custom_components/energidataservice/connectors/nordpool/__init__.py

This file was deleted.

23 changes: 0 additions & 23 deletions custom_components/energidataservice/connectors/nordpool/mapping.py

This file was deleted.

25 changes: 0 additions & 25 deletions custom_components/energidataservice/connectors/nordpool/regions.py

This file was deleted.

16 changes: 0 additions & 16 deletions custom_components/energidataservice/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,25 +86,9 @@
REGIONS = {
"DK1": [CURRENCY_LIST["DKK"], "Denmark", "West of the great belt", 0.25],
"DK2": [CURRENCY_LIST["DKK"], "Denmark", "East of the great belt", 0.25],
"FI": [CURRENCY_LIST["EUR"], "Finland", "Finland", 0.24],
"EE": [CURRENCY_LIST["EUR"], "Estonia", "Estonia", 0.20],
"LT": [CURRENCY_LIST["EUR"], "Lithuania", "Lithuania", 0.21],
"LV": [CURRENCY_LIST["EUR"], "Latvia", "Latvia", 0.21],
"NO1": [CURRENCY_LIST["NOK"], "Norway", "Oslo", 0.25],
"NO2": [CURRENCY_LIST["NOK"], "Norway", "Kristiansand", 0.25],
"NO3": [CURRENCY_LIST["NOK"], "Norway", "Molde, Trondheim", 0.25],
"NO4": [CURRENCY_LIST["NOK"], "Norway", "Tromsø", 0.25],
"NO5": [CURRENCY_LIST["NOK"], "Norway", "Bergen", 0.25],
"SE1": [CURRENCY_LIST["SEK"], "Sweden", "Luleå", 0.25],
"SE2": [CURRENCY_LIST["SEK"], "Sweden", "Sundsvall", 0.25],
"SE3": [CURRENCY_LIST["SEK"], "Sweden", "Stockholm", 0.25],
"SE4": [CURRENCY_LIST["SEK"], "Sweden", "Malmö", 0.25],
"FR": [CURRENCY_LIST["EUR"], "France", "France", 0.055],
"NL": [CURRENCY_LIST["EUR"], "Netherlands", "Netherlands", 0.21],
"BE": [CURRENCY_LIST["EUR"], "Belgium", "Belgium", 0.21],
"AT": [CURRENCY_LIST["EUR"], "Austria", "Austria", 0.20],
"DE": [CURRENCY_LIST["EUR"], "Germany", "Germany", 0.19],
"LU": [CURRENCY_LIST["EUR"], "Luxemburg", "Luxemburg", 0.08],
"FIXED": [CURRENCY_LIST["NONE"], "Fixed Price", "Fixed Price", 0.0],
}

Expand Down

0 comments on commit 888cf08

Please sign in to comment.