diff --git a/custom_components/nordpool/sensor.py b/custom_components/nordpool/sensor.py index be31a15..958e3f7 100644 --- a/custom_components/nordpool/sensor.py +++ b/custom_components/nordpool/sensor.py @@ -34,7 +34,7 @@ _REGIONS = { "DK1": ["DKK", "Denmark", 0.25], "DK2": ["DKK", "Denmark", 0.25], - "FI": ["EUR", "Finland", 0.24], + "FI": ["EUR", "Finland", 0.255], "EE": ["EUR", "Estonia", 0.22], "LT": ["EUR", "Lithuania", 0.21], "LV": ["EUR", "Latvia", 0.21],