mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Add brake pads condition based service attributes for BMW (#101847)
Add brake pads condition based service attributes Co-authored-by: rikroe <rikroe@users.noreply.github.com>
This commit is contained in:
parent
6ce5f190c1
commit
7fd89b2959
@ -30,6 +30,8 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
ALLOWED_CONDITION_BASED_SERVICE_KEYS = {
|
ALLOWED_CONDITION_BASED_SERVICE_KEYS = {
|
||||||
"BRAKE_FLUID",
|
"BRAKE_FLUID",
|
||||||
|
"BRAKE_PADS_FRONT",
|
||||||
|
"BRAKE_PADS_REAR",
|
||||||
"EMISSION_CHECK",
|
"EMISSION_CHECK",
|
||||||
"ENGINE_OIL",
|
"ENGINE_OIL",
|
||||||
"OIL",
|
"OIL",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user