Skip to content

Commit

Permalink
Bump bimmer-connected to 0.14.5 (#104715)
Browse files Browse the repository at this point in the history
Co-authored-by: rikroe <rikroe@users.noreply.github.com>
  • Loading branch information
rikroe and rikroe authored Nov 29, 2023
1 parent a894146 commit 2287c45
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 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==0.14.3"]
"requirements": ["bimmer-connected[china]==0.14.5"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ beautifulsoup4==4.12.2
bellows==0.37.1

# homeassistant.components.bmw_connected_drive
bimmer-connected==0.14.3
bimmer-connected[china]==0.14.5

# 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 @@ -448,7 +448,7 @@ beautifulsoup4==4.12.2
bellows==0.37.1

# homeassistant.components.bmw_connected_drive
bimmer-connected==0.14.3
bimmer-connected[china]==0.14.5

# homeassistant.components.bluetooth
bleak-retry-connector==3.3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@
'servicePack': 'WAVE_01',
}),
'fetched_at': '2022-07-10T11:00:00+00:00',
'is_metric': True,
'mappingInfo': dict({
'isAssociated': False,
'isLmmEnabled': False,
Expand Down Expand Up @@ -1288,7 +1287,6 @@
'servicePack': 'WAVE_01',
}),
'fetched_at': '2022-07-10T11:00:00+00:00',
'is_metric': True,
'mappingInfo': dict({
'isAssociated': False,
'isLmmEnabled': False,
Expand Down Expand Up @@ -1979,7 +1977,6 @@
'charging_settings': dict({
}),
'fetched_at': '2022-07-10T11:00:00+00:00',
'is_metric': True,
'mappingInfo': dict({
'isAssociated': False,
'isLmmEnabled': False,
Expand Down Expand Up @@ -2734,7 +2731,6 @@
'servicePack': 'TCB1',
}),
'fetched_at': '2022-07-10T11:00:00+00:00',
'is_metric': True,
'mappingInfo': dict({
'isPrimaryUser': True,
'mappingStatus': 'CONFIRMED',
Expand Down Expand Up @@ -5070,7 +5066,6 @@
'servicePack': 'TCB1',
}),
'fetched_at': '2022-07-10T11:00:00+00:00',
'is_metric': True,
'mappingInfo': dict({
'isPrimaryUser': True,
'mappingStatus': 'CONFIRMED',
Expand Down

0 comments on commit 2287c45

Please sign in to comment.