Upgrade to bimmer_connected 0.7.7 (#36985)
parent
4674cb406e
commit
5cd85f9f00
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue