Bump bimmer_connected to 0.14.1 (#101789)

Co-authored-by: rikroe <rikroe@users.noreply.github.com>
This commit is contained in:
Richard Kroegel 2023-10-11 13:46:02 +02:00 committed by GitHub
parent 183397e201
commit f61627ea08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 3 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==0.14.0"]
"requirements": ["bimmer-connected==0.14.1"]
}

View File

@ -518,7 +518,7 @@ beautifulsoup4==4.12.2
bellows==0.36.5
# homeassistant.components.bmw_connected_drive
bimmer-connected==0.14.0
bimmer-connected==0.14.1
# homeassistant.components.bizkaibus
bizkaibus==0.1.1

View File

@ -442,7 +442,7 @@ beautifulsoup4==4.12.2
bellows==0.36.5
# homeassistant.components.bmw_connected_drive
bimmer-connected==0.14.0
bimmer-connected==0.14.1
# homeassistant.components.bluetooth
bleak-retry-connector==3.2.1

View File

@ -824,6 +824,11 @@
}),
'has_combustion_drivetrain': False,
'has_electric_drivetrain': True,
'headunit': dict({
'headunit_type': 'MGU',
'idrive_version': 'ID8',
'software_version': '07/2021.00',
}),
'is_charging_plan_supported': True,
'is_lsc_enabled': True,
'is_remote_charge_start_enabled': True,
@ -1685,6 +1690,11 @@
}),
'has_combustion_drivetrain': False,
'has_electric_drivetrain': True,
'headunit': dict({
'headunit_type': 'MGU',
'idrive_version': 'ID8',
'software_version': '11/2021.70',
}),
'is_charging_plan_supported': True,
'is_lsc_enabled': True,
'is_remote_charge_start_enabled': False,
@ -2318,6 +2328,11 @@
}),
'has_combustion_drivetrain': True,
'has_electric_drivetrain': False,
'headunit': dict({
'headunit_type': 'MGU',
'idrive_version': 'ID7',
'software_version': '07/2021.70',
}),
'is_charging_plan_supported': False,
'is_lsc_enabled': True,
'is_remote_charge_start_enabled': False,
@ -3015,6 +3030,11 @@
}),
'has_combustion_drivetrain': True,
'has_electric_drivetrain': True,
'headunit': dict({
'headunit_type': 'NBT',
'idrive_version': 'ID4',
'software_version': '11/2021.10',
}),
'is_charging_plan_supported': True,
'is_lsc_enabled': True,
'is_remote_charge_start_enabled': False,
@ -5346,6 +5366,11 @@
}),
'has_combustion_drivetrain': True,
'has_electric_drivetrain': True,
'headunit': dict({
'headunit_type': 'NBT',
'idrive_version': 'ID4',
'software_version': '11/2021.10',
}),
'is_charging_plan_supported': True,
'is_lsc_enabled': True,
'is_remote_charge_start_enabled': False,