Skip to content

Commit

Permalink
Add stop AC service
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Oct 14, 2021
1 parent 295cb59 commit dde00c4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/bmw_connected_drive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"light_flash": "trigger_remote_light_flash",
"sound_horn": "trigger_remote_horn",
"activate_air_conditioning": "trigger_remote_air_conditioning",
"deactivate_air_conditioning": "trigger_remote_air_conditioning_stop",
"find_vehicle": "trigger_remote_vehicle_finder",
}

Expand Down
22 changes: 22 additions & 0 deletions custom_components/bmw_connected_drive/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,28 @@ activate_air_conditioning:
selector:
text:

deactivate_air_conditioning:
name: Deactivate air conditioning
description: >
Stops the air conditioning of the vehicle. This only works on newer vehicles if you also
have the option in the MyBMW app. The vehicle is identified either via its
device entry or the VIN. If a VIN is specified, the device entry will be ignored.
fields:
device_id:
name: Car
description: The BMW Connected Drive device
selector:
device:
integration: bmw_connected_drive
vin:
name: VIN
description: The vehicle identification number (VIN) of the vehicle, 17 characters
advanced: true
required: false
example: WBANXXXXXX1234567
selector:
text:

find_vehicle:
name: Find vehicle
description: >
Expand Down

0 comments on commit dde00c4

Please sign in to comment.