From 7fd89b29590c51f57aea59909b29c73fd8ccc025 Mon Sep 17 00:00:00 2001 From: Richard Kroegel <42204099+rikroe@users.noreply.github.com> Date: Thu, 12 Oct 2023 09:01:29 +0200 Subject: [PATCH] Add brake pads condition based service attributes for BMW (#101847) Add brake pads condition based service attributes Co-authored-by: rikroe --- homeassistant/components/bmw_connected_drive/binary_sensor.py | 2 ++ 1 file changed, 2 insertions(+) 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",