Skip to content

Commit 1f412c7

Browse files
committed
4.1.7
- Fixed typo In hacs - Removed location sensors as the device tracker is working now (was for debuig purposes -> need to remove the stale sensors.manually
1 parent 3779b7e commit 1f412c7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

bmw-cardata-ha.zip

2.6 MB
Binary file not shown.

custom_components/cardata/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"documentation": "https://github.com/kvanbiesen/bmw-cardata-ha/",
1010
"iot_class": "cloud_push",
1111
"requirements": [],
12-
"version": "4.1.6",
12+
"version": "4.1.7",
1313
"integration_type": "device"
1414
}

custom_components/cardata/sensor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -660,9 +660,9 @@ def ensure_entity(vin: str, descriptor: str, *, assume_sensor: bool = False) ->
660660

661661
# Skip location descriptors (used by device_tracker)
662662
if descriptor in (
663-
#force oldschool coodinates
664-
#"vehicle.cabin.infotainment.navigation.currentLocation.latitude",
665-
#"vehicle.cabin.infotainment.navigation.currentLocation.longitude",
663+
#not needed since device tracker is working
664+
"vehicle.cabin.infotainment.navigation.currentLocation.latitude",
665+
"vehicle.cabin.infotainment.navigation.currentLocation.longitude",
666666
):
667667
return
668668

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"content_in_root": false,
66
"zip_release": true,
77
"filename": "bmw-cardata-ha.zip",
8-
"version": "4.1.6"
8+
"version": "4.1.7"
99
}

0 commit comments

Comments
 (0)