Add find_vehicle service (#13804)

As part of https://github.com/home-assistant/core/pull/36985 the `find_vehicle` service is added.
This commit is contained in:
Gerard 2020-06-22 14:20:21 +02:00 committed by GitHub
parent ae26dc8e3b
commit b17aba5913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ ha_release: 0.64
ha_iot_class: Cloud Polling
ha_codeowners:
- '@gerard33'
- '@rikroe'
ha_domain: bmw_connected_drive
---
@ -28,7 +29,7 @@ This integration provides the following platforms:
- Lock: Control the lock of your car.
- Sensors: Mileage, remaining range, remaining fuel, charging time remaining (electric cars), charging status (electric cars), remaining range electric (electric cars).
- Notifications: Send messages or Points of Interest (POI) to your car.
- Services: Turn on air condition, sound the horn, flash the lights and update the state. More details can be found [here](/integrations/bmw_connected_drive/#services).
- Services: Turn on air condition, sound the horn, flash the lights, update the vehicle location and update the state. More details can be found [here](/integrations/bmw_connected_drive/#services).
## Configuration
@ -137,6 +138,10 @@ The service `bmw_connected_drive.sound_horn` sounds the horn of the vehicle. Thi
The service `bmw_connected_drive.light_flash` flashes the lights of the vehicle. The vehicle is identified via the parameter `vin`.
### Vehicle finder
The service `bmw_connected_drive.find_vehicle` requests the vehicle to update the GPS location. This can be used for older vehicles which don't automatically send the updated GPS location. The vehicle is identified via the parameter `vin`.
### Update the state
The service `bmw_connected_drive.update_state` fetches the last state of the vehicles of all your accounts from the BMW server. This does *not* trigger an update from the vehicle; it gets the data from the BMW servers. So this service does *not* interact with your vehicles.