Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hif2k1/battery_sim
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamish Findlay committed Feb 20, 2024
2 parents 0ebf390 + 8dfc911 commit 225bb65
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/hacsaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
8 changes: 4 additions & 4 deletions custom_components/battery_sim/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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": ""
}
Expand Down

0 comments on commit 225bb65

Please sign in to comment.