mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
Remove Teslemetry passenger seat belt binary sensor (#180467)
This commit is contained in:
@@ -341,13 +341,6 @@ VEHICLE_DESCRIPTIONS: tuple[TeslemetryBinarySensorEntityDescription, ...] = (
|
||||
),
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
TeslemetryBinarySensorEntityDescription(
|
||||
key="passenger_seat_belt",
|
||||
streaming_listener=lambda vehicle, callback: vehicle.listen_PassengerSeatBelt(
|
||||
callback
|
||||
),
|
||||
entity_registry_enabled_default=False,
|
||||
),
|
||||
TeslemetryBinarySensorEntityDescription(
|
||||
key="fast_charger_present",
|
||||
streaming_listener=lambda vehicle, callback: vehicle.listen_FastChargerPresent(
|
||||
|
||||
@@ -168,9 +168,6 @@
|
||||
"offroad_lightbar_present": {
|
||||
"name": "Offroad lightbar"
|
||||
},
|
||||
"passenger_seat_belt": {
|
||||
"name": "Passenger seat belt"
|
||||
},
|
||||
"pin_to_drive_enabled": {
|
||||
"name": "PIN to Drive enabled"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user