Skip to content

Commit

Permalink
bmw_connected_drive: Add WASHING_FLUID to correct binary sensor attri…
Browse files Browse the repository at this point in the history
…bute (home-assistant#97448)

BMW: Add WASHING_FLUID to correct binary sensor attribute

Co-authored-by: rikroe <[email protected]>
  • Loading branch information
rikroe and rikroe authored Jul 29, 2023
1 parent 0e8bbbd commit b7ed163
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions homeassistant/components/bmw_connected_drive/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@
"TIRE_WEAR_REAR",
"VEHICLE_CHECK",
"VEHICLE_TUV",
"WASHING_FLUID",
}
LOGGED_CONDITION_BASED_SERVICE_WARNINGS: set[str] = set()

ALLOWED_CHECK_CONTROL_MESSAGE_KEYS = {"ENGINE_OIL", "TIRE_PRESSURE"}
ALLOWED_CHECK_CONTROL_MESSAGE_KEYS = {
"ENGINE_OIL",
"TIRE_PRESSURE",
"WASHING_FLUID",
}
LOGGED_CHECK_CONTROL_MESSAGE_WARNINGS: set[str] = set()


Expand Down

0 comments on commit b7ed163

Please sign in to comment.