From 63044f9c205578c8455837b754b258ed7b60b878 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 7 Feb 2024 23:27:35 +0100 Subject: [PATCH 1/3] Create dependabot.yml (#113) Will keep the github actions up to date --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6077d35 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From 0e45085b70fe435de633568c5b0d7e876ed5a247 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 7 Feb 2024 23:39:01 +0100 Subject: [PATCH 2/3] Update en.json (#112) Fixed typos in translations --- custom_components/battery_sim/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/battery_sim/translations/en.json b/custom_components/battery_sim/translations/en.json index 33171b2..e186f86 100644 --- a/custom_components/battery_sim/translations/en.json +++ b/custom_components/battery_sim/translations/en.json @@ -24,7 +24,7 @@ "max_charge_rate_kw": "Maximum charging rate in kW", "efficiency": "Round trip efficiency (0 to 1)" }, - "description": "Set the speciffications of the battery. Please consider posting details of the battery you are simulating on our github so we can add it to the template list." + "description": "Set the specifications of the battery. Please consider posting details of the battery you are simulating on our github so we can add it to the template list." }, "meter_menu": { "title": "Add Meters", @@ -33,7 +33,7 @@ "add_export_meter": "Add export meter (measuring energy leaving into home to the grid)", "all_done": "All finished" }, - "description": "At least one import and one export meter are required. Meters monitoring solar generation direcly shouldn't be added." + "description": "At least one import and one export meter are required. Meters monitoring solar generation directly shouldn't be added." }, "tariff_menu": { "title": "Select Tariff Type", @@ -61,14 +61,14 @@ "fixed_tariff": { "title": "Add Fixed Tariff Details", "data": { - "fixed_tariff": "Fixed tariff value (if applcable)" + "fixed_tariff": "Fixed tariff value (if applicable)" }, "description": "" }, "tariff_sensor": { "title": "Add Tariff Sensor Details", "data": { - "tariff_sensor": "Sensor that shows current tariff (if applcable)" + "tariff_sensor": "Sensor that shows current tariff (if applicable)" }, "description": "" } From 8dfc911f188ad8203be8c27bbcee28df8bc8b72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:53:35 +0000 Subject: [PATCH 3/3] Bump actions/checkout from 2 to 4 (#114) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/hacsaction.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hacsaction.yml b/.github/workflows/hacsaction.yml index cc70f9a..2177d63 100644 --- a/.github/workflows/hacsaction.yml +++ b/.github/workflows/hacsaction.yml @@ -11,7 +11,7 @@ jobs: name: HACS Action runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v2" + - uses: "actions/checkout@v4" - name: HACS Action uses: "hacs/action@main" with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64de9a2..cee049b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,5 +8,5 @@ jobs: validate: runs-on: "ubuntu-latest" steps: - - uses: "actions/checkout@v2" + - uses: "actions/checkout@v4" - uses: "home-assistant/actions/hassfest@master"