Bump bimmer_connected to 0.15.2 (#116424)
Co-authored-by: Richard <rikroe@users.noreply.github.com>
This commit is contained in:
parent
d524baafd2
commit
0d0865e783
5 changed files with 871 additions and 756 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
)
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue