Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lindsand opened this issue Jul 3, 2024 · 3 comments
Closed

Comments

@lindsand
Copy link

lindsand commented Jul 3, 2024

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],

@lindsand lindsand changed the title VAT for Finland will increase from 0.24 to 0.255 starting from from 1.9.2024 VAT for Finland will increase from 0.24 to 0.255 starting from 1.9.2024 Jul 3, 2024
@Hellowlol
Copy link
Collaborator

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.

@vla89
Copy link
Contributor

vla89 commented Aug 9, 2024

I created a PR for this #394.

@pistegif
Copy link

pistegif commented Sep 1, 2024

Note: this will cause new device/entity to be created (since the default naming contains the VAT).
When using the sensor in automations, remember to rename the new sensor to match.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants