From c474db66177653daac8f4071c973e72e499bad2a Mon Sep 17 00:00:00 2001 From: rikroe <42204099+rikroe@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:38:15 +0200 Subject: [PATCH] Add EMISSION_CHECK to BMW Connected Drive (#80819) --- homeassistant/components/bmw_connected_drive/binary_sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/bmw_connected_drive/binary_sensor.py b/homeassistant/components/bmw_connected_drive/binary_sensor.py index 2c8543bd72a..43beb2cbf81 100644 --- a/homeassistant/components/bmw_connected_drive/binary_sensor.py +++ b/homeassistant/components/bmw_connected_drive/binary_sensor.py @@ -30,6 +30,7 @@ _LOGGER = logging.getLogger(__name__) ALLOWED_CONDITION_BASED_SERVICE_KEYS = { "BRAKE_FLUID", + "EMISSION_CHECK", "ENGINE_OIL", "OIL", "TIRE_WEAR_FRONT",