Skip to content

Commit

Permalink
Bump bimmer_connected to 0.15.2 (#116424)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard <[email protected]>
  • Loading branch information
rikroe and rikroe committed Apr 30, 2024
1 parent d524baa commit 0d0865e
Show file tree
Hide file tree
Showing 5 changed files with 1,755 additions and 1,640 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/bmw_connected_drive/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/bmw_connected_drive",
"iot_class": "cloud_polling",
"loggers": ["bimmer_connected"],
"requirements": ["bimmer-connected[china]==0.14.6"]
"requirements": ["bimmer-connected[china]==0.15.2"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ beautifulsoup4==4.12.3
bellows==0.38.2

# homeassistant.components.bmw_connected_drive
bimmer-connected[china]==0.14.6
bimmer-connected[china]==0.15.2

# homeassistant.components.bizkaibus
bizkaibus==0.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ beautifulsoup4==4.12.3
bellows==0.38.2

# homeassistant.components.bmw_connected_drive
bimmer-connected[china]==0.14.6
bimmer-connected[china]==0.15.2

# homeassistant.components.eq3btsmart
# homeassistant.components.esphome
Expand Down
3 changes: 2 additions & 1 deletion tests/components/bmw_connected_drive/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from collections.abc import Generator

from bimmer_connected.tests import ALL_CHARGING_SETTINGS, ALL_STATES
from bimmer_connected.tests import ALL_CHARGING_SETTINGS, ALL_PROFILES, ALL_STATES
from bimmer_connected.tests.common import MyBMWMockRouter
from bimmer_connected.vehicle import remote_services
import pytest
Expand All @@ -23,6 +23,7 @@ def bmw_fixture(
"WBA00000000DEMO03",
"WBY00000000REXI01",
],
profiles=ALL_PROFILES,
states=ALL_STATES,
charging_settings=ALL_CHARGING_SETTINGS,
)
Expand Down

0 comments on commit 0d0865e

Please sign in to comment.