diff --git a/homeassistant/components/bmw_connected_drive/binary_sensor.py b/homeassistant/components/bmw_connected_drive/binary_sensor.py index d3711a8f2e6..0e3750de085 100644 --- a/homeassistant/components/bmw_connected_drive/binary_sensor.py +++ b/homeassistant/components/bmw_connected_drive/binary_sensor.py @@ -30,6 +30,8 @@ _LOGGER = logging.getLogger(__name__) ALLOWED_CONDITION_BASED_SERVICE_KEYS = { "BRAKE_FLUID", + "BRAKE_PADS_FRONT", + "BRAKE_PADS_REAR", "EMISSION_CHECK", "ENGINE_OIL", "OIL",