mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump bimmer_connected to 0.14.1 (#101789)
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
This commit is contained in:
parent
183397e201
commit
f61627ea08
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/bmw_connected_drive",
|
"documentation": "https://www.home-assistant.io/integrations/bmw_connected_drive",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["bimmer_connected"],
|
"loggers": ["bimmer_connected"],
|
||||||
"requirements": ["bimmer-connected==0.14.0"]
|
"requirements": ["bimmer-connected==0.14.1"]
|
||||||
}
|
}
|
||||||
|
@ -518,7 +518,7 @@ beautifulsoup4==4.12.2
|
|||||||
bellows==0.36.5
|
bellows==0.36.5
|
||||||
|
|
||||||
# homeassistant.components.bmw_connected_drive
|
# homeassistant.components.bmw_connected_drive
|
||||||
bimmer-connected==0.14.0
|
bimmer-connected==0.14.1
|
||||||
|
|
||||||
# homeassistant.components.bizkaibus
|
# homeassistant.components.bizkaibus
|
||||||
bizkaibus==0.1.1
|
bizkaibus==0.1.1
|
||||||
|
@ -442,7 +442,7 @@ beautifulsoup4==4.12.2
|
|||||||
bellows==0.36.5
|
bellows==0.36.5
|
||||||
|
|
||||||
# homeassistant.components.bmw_connected_drive
|
# homeassistant.components.bmw_connected_drive
|
||||||
bimmer-connected==0.14.0
|
bimmer-connected==0.14.1
|
||||||
|
|
||||||
# homeassistant.components.bluetooth
|
# homeassistant.components.bluetooth
|
||||||
bleak-retry-connector==3.2.1
|
bleak-retry-connector==3.2.1
|
||||||
|
@ -824,6 +824,11 @@
|
|||||||
}),
|
}),
|
||||||
'has_combustion_drivetrain': False,
|
'has_combustion_drivetrain': False,
|
||||||
'has_electric_drivetrain': True,
|
'has_electric_drivetrain': True,
|
||||||
|
'headunit': dict({
|
||||||
|
'headunit_type': 'MGU',
|
||||||
|
'idrive_version': 'ID8',
|
||||||
|
'software_version': '07/2021.00',
|
||||||
|
}),
|
||||||
'is_charging_plan_supported': True,
|
'is_charging_plan_supported': True,
|
||||||
'is_lsc_enabled': True,
|
'is_lsc_enabled': True,
|
||||||
'is_remote_charge_start_enabled': True,
|
'is_remote_charge_start_enabled': True,
|
||||||
@ -1685,6 +1690,11 @@
|
|||||||
}),
|
}),
|
||||||
'has_combustion_drivetrain': False,
|
'has_combustion_drivetrain': False,
|
||||||
'has_electric_drivetrain': True,
|
'has_electric_drivetrain': True,
|
||||||
|
'headunit': dict({
|
||||||
|
'headunit_type': 'MGU',
|
||||||
|
'idrive_version': 'ID8',
|
||||||
|
'software_version': '11/2021.70',
|
||||||
|
}),
|
||||||
'is_charging_plan_supported': True,
|
'is_charging_plan_supported': True,
|
||||||
'is_lsc_enabled': True,
|
'is_lsc_enabled': True,
|
||||||
'is_remote_charge_start_enabled': False,
|
'is_remote_charge_start_enabled': False,
|
||||||
@ -2318,6 +2328,11 @@
|
|||||||
}),
|
}),
|
||||||
'has_combustion_drivetrain': True,
|
'has_combustion_drivetrain': True,
|
||||||
'has_electric_drivetrain': False,
|
'has_electric_drivetrain': False,
|
||||||
|
'headunit': dict({
|
||||||
|
'headunit_type': 'MGU',
|
||||||
|
'idrive_version': 'ID7',
|
||||||
|
'software_version': '07/2021.70',
|
||||||
|
}),
|
||||||
'is_charging_plan_supported': False,
|
'is_charging_plan_supported': False,
|
||||||
'is_lsc_enabled': True,
|
'is_lsc_enabled': True,
|
||||||
'is_remote_charge_start_enabled': False,
|
'is_remote_charge_start_enabled': False,
|
||||||
@ -3015,6 +3030,11 @@
|
|||||||
}),
|
}),
|
||||||
'has_combustion_drivetrain': True,
|
'has_combustion_drivetrain': True,
|
||||||
'has_electric_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_charging_plan_supported': True,
|
||||||
'is_lsc_enabled': True,
|
'is_lsc_enabled': True,
|
||||||
'is_remote_charge_start_enabled': False,
|
'is_remote_charge_start_enabled': False,
|
||||||
@ -5346,6 +5366,11 @@
|
|||||||
}),
|
}),
|
||||||
'has_combustion_drivetrain': True,
|
'has_combustion_drivetrain': True,
|
||||||
'has_electric_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_charging_plan_supported': True,
|
||||||
'is_lsc_enabled': True,
|
'is_lsc_enabled': True,
|
||||||
'is_remote_charge_start_enabled': False,
|
'is_remote_charge_start_enabled': False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user