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" 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" 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": "" }