mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Remove charging_time_label
sensor in BMW Connected Drive (#76616)
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
This commit is contained in:
parent
58883feaf6
commit
c9c84639ad
@ -72,11 +72,6 @@ SENSOR_TYPES: dict[str, BMWSensorEntityDescription] = {
|
|||||||
key_class="fuel_and_battery",
|
key_class="fuel_and_battery",
|
||||||
device_class=SensorDeviceClass.TIMESTAMP,
|
device_class=SensorDeviceClass.TIMESTAMP,
|
||||||
),
|
),
|
||||||
"charging_time_label": BMWSensorEntityDescription(
|
|
||||||
key="charging_time_label",
|
|
||||||
key_class="fuel_and_battery",
|
|
||||||
entity_registry_enabled_default=False,
|
|
||||||
),
|
|
||||||
"charging_status": BMWSensorEntityDescription(
|
"charging_status": BMWSensorEntityDescription(
|
||||||
key="charging_status",
|
key="charging_status",
|
||||||
key_class="fuel_and_battery",
|
key_class="fuel_and_battery",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user