File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
custom_components/teslemetry Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,18 +61,18 @@ class TeslemetryBinarySensorEntityDescription(BinarySensorEntityDescription):
6161 ),
6262 TeslemetryBinarySensorEntityDescription (
6363 key = "climate_state_auto_seat_climate_left" ,
64- device_class = BinarySensorDeviceClass .HEAT ,
6564 entity_category = EntityCategory .DIAGNOSTIC ,
65+ icon = "mdi:car-seat-heater" ,
6666 ),
6767 TeslemetryBinarySensorEntityDescription (
6868 key = "climate_state_auto_seat_climate_right" ,
69- device_class = BinarySensorDeviceClass .HEAT ,
7069 entity_category = EntityCategory .DIAGNOSTIC ,
70+ icon = "mdi:car-seat-heater" ,
7171 ),
7272 TeslemetryBinarySensorEntityDescription (
7373 key = "climate_state_auto_steering_wheel_heat" ,
74- device_class = BinarySensorDeviceClass .HEAT ,
7574 entity_category = EntityCategory .DIAGNOSTIC ,
75+ icon = "mdi:steering" ,
7676 ),
7777 TeslemetryBinarySensorEntityDescription (
7878 key = "climate_state_cabin_overheat_protection" ,
Original file line number Diff line number Diff line change 291291 "climate_state_auto_seat_climate_right" : {
292292 "name" : " Auto seat climate right"
293293 },
294- "climate_state_auto_steering_wheel_heater " : {
294+ "climate_state_auto_steering_wheel_heat " : {
295295 "name" : " Auto steering wheel heater"
296296 },
297297 "climate_state_cabin_overheat_protection" : {
Original file line number Diff line number Diff line change 291291 "climate_state_auto_seat_climate_right" : {
292292 "name" : " Auto seat climate right"
293293 },
294- "climate_state_auto_steering_wheel_heater " : {
294+ "climate_state_auto_steering_wheel_heat " : {
295295 "name" : " Auto steering wheel heater"
296296 },
297297 "climate_state_cabin_overheat_protection" : {
You can’t perform that action at this time.
0 commit comments