custom-components / nordpool

This component allows you to pull in the energy prices into Home-Assistant.
424 stars 101 forks source link

VAT for Finland will increase from 0.24 to 0.255 starting from 1.9.2024 #389

Open lindsand opened 2 weeks ago

lindsand commented 2 weeks ago

VAT for Finland will increase from 0.24 to 0.255 starting from 1.9.2024

https://www.vero.fi/en/businesses-and-corporations/taxes-and-charges/vat/rates-of-vat/new-vat-rate-from-1-september-2024--instructions-for-vat-reporting/

Hardcoded here:

https://github.com/custom-components/nordpool/blob/master/custom_components/nordpool/sensor.py

_REGIONS = { "DK1": ["DKK", "Denmark", 0.25], "DK2": ["DKK", "Denmark", 0.25], "FI": ["EUR", "Finland", 0.24], "EE": ["EUR", "Estonia", 0.22], "LT": ["EUR", "Lithuania", 0.21], "LV": ["EUR", "Latvia", 0.21], "Oslo": ["NOK", "Norway", 0.25],

Hellowlol commented 2 weeks ago

Hi,

Can you please send a PR for this change? If you can get it done today I can include it in the next release.