Nordpool Integration / Electricity VAT changes from 24% to 10% 1 December In Finland

Here in Finland we have 24% VAT on electricity, but now 1 December it will be changed to 10% until 30 april.
Can this be changed?

Probaply one way is that you change:
“FI”: [“EUR”, “Finland”, 0.24],
to
“FI”: [“EUR”, “Finland”, 0.10],
in the nordpool’s sensor.py file which you can find from custom_components\nordpool\ folder
And restart the Nordpool integration.

Also I think that this edit might change the sensor name also to sensor.nordpool_kwh_fi_eur_3_10_010

3 Likes