Upgrade to bimmer_connected 0.7.7 (#36985)

pull/36998/head
Gerard 2020-06-22 13:06:18 +02:00 committed by GitHub
parent 4674cb406e
commit 5cd85f9f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 4 deletions

View File

@ -57,7 +57,7 @@ homeassistant/components/bizkaibus/* @UgaitzEtxebarria
homeassistant/components/blebox/* @gadgetmobile homeassistant/components/blebox/* @gadgetmobile
homeassistant/components/blink/* @fronzbot homeassistant/components/blink/* @fronzbot
homeassistant/components/bmp280/* @belidzs homeassistant/components/bmp280/* @belidzs
homeassistant/components/bmw_connected_drive/* @gerard33 homeassistant/components/bmw_connected_drive/* @gerard33 @rikroe
homeassistant/components/bom/* @maddenp homeassistant/components/bom/* @maddenp
homeassistant/components/braviatv/* @robbiet480 @bieniu homeassistant/components/braviatv/* @robbiet480 @bieniu
homeassistant/components/broadlink/* @danielhiversen @felipediel homeassistant/components/broadlink/* @danielhiversen @felipediel

View File

@ -41,6 +41,7 @@ _SERVICE_MAP = {
"light_flash": "trigger_remote_light_flash", "light_flash": "trigger_remote_light_flash",
"sound_horn": "trigger_remote_horn", "sound_horn": "trigger_remote_horn",
"activate_air_conditioning": "trigger_remote_air_conditioning", "activate_air_conditioning": "trigger_remote_air_conditioning",
"find_vehicle": "trigger_remote_vehicle_finder",
} }

View File

@ -2,7 +2,7 @@
"domain": "bmw_connected_drive", "domain": "bmw_connected_drive",
"name": "BMW Connected Drive", "name": "BMW Connected Drive",
"documentation": "https://www.home-assistant.io/integrations/bmw_connected_drive", "documentation": "https://www.home-assistant.io/integrations/bmw_connected_drive",
"requirements": ["bimmer_connected==0.7.5"], "requirements": ["bimmer_connected==0.7.7"],
"dependencies": [], "dependencies": [],
"codeowners": ["@gerard33"] "codeowners": ["@gerard33", "@rikroe"]
} }

View File

@ -35,6 +35,16 @@ activate_air_conditioning:
The vehicle identification number (VIN) of the vehicle, 17 characters The vehicle identification number (VIN) of the vehicle, 17 characters
example: WBANXXXXXX1234567 example: WBANXXXXXX1234567
find_vehicle:
description: >
Request vehicle to update the gps location. The vehicle is identified via the vin
(see below).
fields:
vin:
description: >
The vehicle identification number (VIN) of the vehicle, 17 characters
example: WBANXXXXXX1234567
update_state: update_state:
description: > description: >
Fetch the last state of the vehicles of all your accounts from the BMW Fetch the last state of the vehicles of all your accounts from the BMW

View File

@ -339,7 +339,7 @@ beewi_smartclim==0.0.7
bellows==0.17.0 bellows==0.17.0
# homeassistant.components.bmw_connected_drive # homeassistant.components.bmw_connected_drive
bimmer_connected==0.7.5 bimmer_connected==0.7.7
# homeassistant.components.bizkaibus # homeassistant.components.bizkaibus
bizkaibus==0.1.1 bizkaibus==0.1.1