From 2fe19c04b98e1c151b46fb7baffe03fa94758056 Mon Sep 17 00:00:00 2001
From: Richard Kroegel <42204099+rikroe@users.noreply.github.com>
Date: Tue, 27 Aug 2024 01:57:25 +0200
Subject: [PATCH] Bump bimmer_connected to 0.16.2 (#124651)

---
 homeassistant/components/bmw_connected_drive/manifest.json  | 2 +-
 homeassistant/components/bmw_connected_drive/strings.json   | 3 ++-
 requirements_all.txt                                        | 2 +-
 requirements_test_all.txt                                   | 2 +-
 .../bmw_connected_drive/snapshots/test_sensor.ambr          | 6 ++++++
 tests/components/bmw_connected_drive/test_button.py         | 2 +-
 6 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/homeassistant/components/bmw_connected_drive/manifest.json b/homeassistant/components/bmw_connected_drive/manifest.json
index 304973b816f..7ee91388d29 100644
--- a/homeassistant/components/bmw_connected_drive/manifest.json
+++ b/homeassistant/components/bmw_connected_drive/manifest.json
@@ -7,5 +7,5 @@
   "iot_class": "cloud_polling",
   "loggers": ["bimmer_connected"],
   "quality_scale": "platinum",
-  "requirements": ["bimmer-connected[china]==0.16.1"]
+  "requirements": ["bimmer-connected[china]==0.16.2"]
 }
diff --git a/homeassistant/components/bmw_connected_drive/strings.json b/homeassistant/components/bmw_connected_drive/strings.json
index 8121ab6f65f..c59900ef4f9 100644
--- a/homeassistant/components/bmw_connected_drive/strings.json
+++ b/homeassistant/components/bmw_connected_drive/strings.json
@@ -148,7 +148,8 @@
           "cooling": "Cooling",
           "heating": "Heating",
           "inactive": "Inactive",
-          "standby": "Standby"
+          "standby": "Standby",
+          "ventilation": "Ventilation"
         }
       },
       "front_left_current_pressure": {
diff --git a/requirements_all.txt b/requirements_all.txt
index 6320f05fffb..99229c45f47 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -559,7 +559,7 @@ beautifulsoup4==4.12.3
 # beewi-smartclim==0.0.10
 
 # homeassistant.components.bmw_connected_drive
-bimmer-connected[china]==0.16.1
+bimmer-connected[china]==0.16.2
 
 # homeassistant.components.bizkaibus
 bizkaibus==0.1.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 34b482aa39f..d5dd61bdf6e 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -493,7 +493,7 @@ base36==0.1.1
 beautifulsoup4==4.12.3
 
 # homeassistant.components.bmw_connected_drive
-bimmer-connected[china]==0.16.1
+bimmer-connected[china]==0.16.2
 
 # homeassistant.components.eq3btsmart
 # homeassistant.components.esphome
diff --git a/tests/components/bmw_connected_drive/snapshots/test_sensor.ambr b/tests/components/bmw_connected_drive/snapshots/test_sensor.ambr
index 8a26acd1040..2182ff2bb48 100644
--- a/tests/components/bmw_connected_drive/snapshots/test_sensor.ambr
+++ b/tests/components/bmw_connected_drive/snapshots/test_sensor.ambr
@@ -929,6 +929,7 @@
       'options': list([
         'cooling',
         'heating',
+        'ventilation',
         'inactive',
         'standby',
       ]),
@@ -968,6 +969,7 @@
       'options': list([
         'cooling',
         'heating',
+        'ventilation',
         'inactive',
         'standby',
       ]),
@@ -1933,6 +1935,7 @@
       'options': list([
         'cooling',
         'heating',
+        'ventilation',
         'inactive',
         'standby',
       ]),
@@ -1972,6 +1975,7 @@
       'options': list([
         'cooling',
         'heating',
+        'ventilation',
         'inactive',
         'standby',
       ]),
@@ -2665,6 +2669,7 @@
       'options': list([
         'cooling',
         'heating',
+        'ventilation',
         'inactive',
         'standby',
       ]),
@@ -2704,6 +2709,7 @@
       'options': list([
         'cooling',
         'heating',
+        'ventilation',
         'inactive',
         'standby',
       ]),
diff --git a/tests/components/bmw_connected_drive/test_button.py b/tests/components/bmw_connected_drive/test_button.py
index 99cabc900fa..88c7990cde9 100644
--- a/tests/components/bmw_connected_drive/test_button.py
+++ b/tests/components/bmw_connected_drive/test_button.py
@@ -165,7 +165,7 @@ async def test_service_call_success_state_change(
         (
             "button.i4_edrive40_find_vehicle",
             "device_tracker.i4_edrive40",
-            {"latitude": 123.456, "longitude": 34.5678, "direction": 121},
+            {"latitude": 12.345, "longitude": 34.5678, "direction": 121},
             {"latitude": 48.177334, "longitude": 11.556274, "direction": 180},
         ),
     ],
-- 
GitLab