Skip to content

Commit a53cee9

Browse files
committed
Adhere to hassfest
1 parent dc4e1c2 commit a53cee9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

custom_components/stromer/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
),
6363
SensorEntityDescription(
6464
key="battery_SOC",
65-
translation_key="battery_SOC",
65+
translation_key="battery_soc",
6666
native_unit_of_measurement=PERCENTAGE,
6767
device_class=SensorDeviceClass.BATTERY,
6868
state_class=SensorStateClass.MEASUREMENT,

custom_components/stromer/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"average_speed_trip": {
4848
"name": "Trip average"
4949
},
50-
"battery_SOC": {
50+
"battery_soc": {
5151
"name": "Battery"
5252
},
5353
"battery_health": {

custom_components/stromer/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"average_speed_trip": {
4848
"name": "Trip average"
4949
},
50-
"battery_SOC": {
50+
"battery_soc": {
5151
"name": "Battery"
5252
},
5353
"battery_health": {

custom_components/stromer/translations/nl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"average_speed_trip": {
4848
"name": "Gemiddelde snelheid (trip)"
4949
},
50-
"battery_SOC": {
50+
"battery_soc": {
5151
"name": "Batterij"
5252
},
5353
"battery_health": {

0 commit comments

Comments
 (0)