Skip to content

Commit

Permalink
Remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Feb 4, 2024
1 parent 810a8b2 commit f8ebe46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 0 additions & 3 deletions custom_components/teslemetry/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ class TeslemetryBinarySensorEntityDescription(BinarySensorEntityDescription):


ENERGY_INFO_DESCRIPTIONS: tuple[TeslemetryBinarySensorEntityDescription, ...] = (
TeslemetryBinarySensorEntityDescription(
key="components_disallow_charge_from_grid_with_solar_installed",
),
TeslemetryBinarySensorEntityDescription(
key="components_grid_services_enabled",
),
Expand Down
9 changes: 6 additions & 3 deletions custom_components/teslemetry/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@
"grid_services_active":{
"name": "Grid services active"
},
"components_disallow_charge_from_grid_with_solar_installed":{
"name": "Disallow charge from grid with solar"
},
"components_grid_services_enabled":{
"name": "Grid services enabled"
}
Expand Down Expand Up @@ -450,6 +447,12 @@
},
"vehicle_state_valet_mode": {
"name": "Valet mode"
},
"components_disallow_charge_from_grid_with_solar_installed":{
"name": "Disallow charge from grid with solar"
},
"user_settings_storm_mode_enabled":{
"name": "Storm mode"
}
},
"update": {
Expand Down

0 comments on commit f8ebe46

Please sign in to comment.