Bump bimmer_connected to 0.15.2 (#116424)

Co-authored-by: Richard <rikroe@users.noreply.github.com>
This commit is contained in:
Richard Kroegel 2024-04-30 22:49:28 +02:00 committed by GitHub
parent d524baafd2
commit 0d0865e783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 871 additions and 756 deletions

View file

@ -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"]
}

View file

@ -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

View file

@ -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

View file

@ -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
@ -23,6 +23,7 @@ def bmw_fixture(
"WBA00000000DEMO03",
"WBY00000000REXI01",
],
profiles=ALL_PROFILES,
states=ALL_STATES,
charging_settings=ALL_CHARGING_SETTINGS,
)