Skip to content

Commit 777dc0c

Browse files
authored
Merge branch 'main' into config-flow-test
2 parents 2d77233 + 4e0111a commit 777dc0c

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
tests
6666
6767
- name: Upload coverage reports to Codecov
68-
uses: codecov/codecov-action@v4
68+
uses: codecov/codecov-action@v5
6969
with:
7070
token: ${{ secrets.CODECOV_TOKEN }}
7171
fail_ci_if_error: true

.github/workflows/stale.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ jobs:
1111
- name: Run stale
1212
uses: actions/stale@v9
1313
with:
14-
stale-issue-message: "This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days."
15-
stale-pr-message: "This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days."
14+
exempt-issue-labels: "no-stale"
15+
exempt-pr-labels: "no-stale"
16+
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days."
17+
stale-pr-message: "This PR is stale because it has been open for 45 days with no activity. Remove stale label or comment or this will be closed in 10 days."
1618
close-issue-message: "This issue was closed because it has been stalled for 5 days with no activity."
1719
close-pr-message: "This PR was closed because it has been stalled for 10 days with no activity."
1820
days-before-issue-stale: 30

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2024 golles
3+
Copyright (c) 2022-2025 golles
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

custom_components/knmi/translations/en.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"error": {
16-
"api_key": "The given API key is invalid",
16+
"api_key": "The given API key is invalid. Note that it can take up to 5 minutes for new API keys to become active.",
1717
"daily_limit": "API key daily limit exceeded, try again tomorrow",
1818
"general": "Unknown error fetching weather data, try again later"
1919
}

custom_components/knmi/translations/nl.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"error": {
16-
"api_key": "De opgegeven API-sleutel is ongeldig",
16+
"api_key": "De opgegeven API-sleutel is ongeldig. Let op dat het 5 minuten kan duren voordat een nieuwe API key geldig is.",
1717
"daily_limit": "De dagelijkse limiet van de API-sleutel is overschreden, probeer het morgen opnieuw",
1818
"general": "Onbekende fout bij het ophalen van weergegevens, probeer het later opnieuw"
1919
}

0 commit comments

Comments
 (0)