diff --git a/source/_integrations/bmw_connected_drive.markdown b/source/_integrations/bmw_connected_drive.markdown index 3dbd5313ad4..f36dfa0fc70 100644 --- a/source/_integrations/bmw_connected_drive.markdown +++ b/source/_integrations/bmw_connected_drive.markdown @@ -129,9 +129,18 @@ The `button._find_vehicle` button requests the vehicle to update t -### Update the state / refresh from API +## Update the state / refresh from API -The `button._refresh_from_api` button 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. +To force a refresh from the BMW servers to Home Assistant, execute the `homeassistant.update_entity` service on an arbitrary entity such as the lock or any sensor. + +```yaml +... +service: homeassistant.update_entity +target: + entity_id: binary_sensor._windows +``` + +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. ## Disclaimer