diff --git a/source/_integrations/bmw_connected_drive.markdown b/source/_integrations/bmw_connected_drive.markdown index 9316d7b9bbe..ec9b17ad3e3 100644 --- a/source/_integrations/bmw_connected_drive.markdown +++ b/source/_integrations/bmw_connected_drive.markdown @@ -10,6 +10,7 @@ ha_category: - Presence Detection - Select - Sensor + - Switch ha_release: 0.64 ha_iot_class: Cloud Polling ha_config_flow: true @@ -26,6 +27,7 @@ ha_platforms: - notify - select - sensor + - switch ha_integration_type: integration --- @@ -48,6 +50,7 @@ This integration provides the following platforms: - [Notifications](/integrations/bmw_connected_drive/#notifications): Send Points of Interest (POI) to your car. - [Buttons](/integrations/bmw_connected_drive/#buttons): Turn on air condition, sound the horn, flash the lights, update the vehicle location and update the state. - [Selects](/integrations/bmw_connected_drive/#selects): Display and control charging related settings for (PH)EVs. +- [Switches](/integrations/bmw_connected_drive/#switches): Display and toggle settings on your car. ## Configuration @@ -104,10 +107,6 @@ The air conditioning of the vehicle can be activated with the `button._deactivate_air_conditioning` button. - -This will only work if you have the option to stop the AC in the *MyBMW* app. If your car doesn't support this service, nothing will happen. - ### Sound the horn The `button._sound_horn` button sounds the horn of the vehicle. This option is not available in some countries (among which the UK). Use this feature responsibly, as it might annoy your neighbors. @@ -144,9 +143,16 @@ If you have a (PH)EV, you can control the charging process through Home Assistan Using these selects will impact the state of your vehicle. Use them with care! - **Charging Mode**: Vehicle can be set to `IMMEDIATE_CHARGING` (charge as soon as plugged in) or `DELAYED_CHARGING` (charge only if within charging window). It can be used to start/stop charging if the charging window is set accordingly. -- **Target SoC**: The vehicle will charge until this battery level is reached. Not available on all EVs. - **AC Charging Limit**: The maximum current a vehicle will charge with. Not available on all EVs. +## Switches + +If supported by your vehicle, you can display and toggle remote services with start/stop functionality. + +Using these selects will impact the state of your vehicle, use them with care! + +- **Climate**: Toggle vehicle climatization. It is not possible to force it to heating/cooling, the vehicle will decide on its own. If turned on, it will run for 30 minutes (as if toggled via the MyBMW app). + ## Disclaimer This software is not affiliated with or endorsed by BMW Group.