Skip to content

Commit

Permalink
Fix auto seat heater binary sensors
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Jan 31, 2024
1 parent bacf5f9 commit 9d04aa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions custom_components/teslemetry/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ class TeslemetryBinarySensorEntityDescription(BinarySensorEntityDescription):
),
TeslemetryBinarySensorEntityDescription(
key="climate_state_auto_seat_climate_left",
device_class=BinarySensorDeviceClass.HEAT,
entity_category=EntityCategory.DIAGNOSTIC,
icon="mdi:car-seat-heater",
),
TeslemetryBinarySensorEntityDescription(
key="climate_state_auto_seat_climate_right",
device_class=BinarySensorDeviceClass.HEAT,
entity_category=EntityCategory.DIAGNOSTIC,
icon="mdi:car-seat-heater",
),
TeslemetryBinarySensorEntityDescription(
key="climate_state_auto_steering_wheel_heat",
device_class=BinarySensorDeviceClass.HEAT,
entity_category=EntityCategory.DIAGNOSTIC,
icon="mdi:steering",
),
TeslemetryBinarySensorEntityDescription(
key="climate_state_cabin_overheat_protection",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/teslemetry/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"climate_state_auto_seat_climate_right": {
"name": "Auto seat climate right"
},
"climate_state_auto_steering_wheel_heater": {
"climate_state_auto_steering_wheel_heat": {
"name": "Auto steering wheel heater"
},
"climate_state_cabin_overheat_protection": {
Expand Down
2 changes: 1 addition & 1 deletion custom_components/teslemetry/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"climate_state_auto_seat_climate_right": {
"name": "Auto seat climate right"
},
"climate_state_auto_steering_wheel_heater": {
"climate_state_auto_steering_wheel_heat": {
"name": "Auto steering wheel heater"
},
"climate_state_cabin_overheat_protection": {
Expand Down

0 comments on commit 9d04aa6

Please sign in to comment.