Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marq24 committed Dec 3, 2024
1 parent efc2143 commit f643869
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/tibber_graphapi/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"sensor": {
"range": {"name": "Reichweite"},
"soc": {"name": "Ladestand"},
"soc_max": {"name": "Ladestand min"},
"soc_min": {"name": "Ladestand max"},
"soc_max": {"name": "Ladestand max"},
"soc_min": {"name": "Ladestand min"},
"evcc_charging_code": {"name": "EVCC Ladestatus-Code [A-F]"}
}
}
Expand Down
4 changes: 2 additions & 2 deletions custom_components/tibber_graphapi/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"sensor": {
"range": {"name": "Range"},
"soc": {"name": "Battery Level"},
"soc_max": {"name": "Battery Level min"},
"soc_min": {"name": "Battery Level max"},
"soc_max": {"name": "Battery Level max"},
"soc_min": {"name": "Battery Level min"},
"evcc_charging_code": {"name": "EVCC Status code [A-F]"}
}
}
Expand Down

0 comments on commit f643869

Please sign in to comment.