diff --git a/custom_components/teslemetry/binary_sensor.py b/custom_components/teslemetry/binary_sensor.py index 525b559..d89dac1 100644 --- a/custom_components/teslemetry/binary_sensor.py +++ b/custom_components/teslemetry/binary_sensor.py @@ -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", diff --git a/custom_components/teslemetry/strings.json b/custom_components/teslemetry/strings.json index addbc5d..64ac60b 100644 --- a/custom_components/teslemetry/strings.json +++ b/custom_components/teslemetry/strings.json @@ -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": { diff --git a/custom_components/teslemetry/translations/en.json b/custom_components/teslemetry/translations/en.json index 9024dae..c61a2d6 100644 --- a/custom_components/teslemetry/translations/en.json +++ b/custom_components/teslemetry/translations/en.json @@ -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": {