Update binary_sensor.py (#29977)

Change sensor type for central locking from safety into lock.
This commit is contained in:
Emacee 2019-12-16 09:42:48 +01:00 committed by Paulus Schoutsen
parent 33cbb398ad
commit be042f3d91

View File

@ -13,7 +13,7 @@ _LOGGER = logging.getLogger(__name__)
SENSOR_TYPES = {
"lids": ["Doors", "opening", "mdi:car-door-lock"],
"windows": ["Windows", "opening", "mdi:car-door"],
"door_lock_state": ["Door lock state", "safety", "mdi:car-key"],
"door_lock_state": ["Door lock state", "lock", "mdi:car-key"],
"lights_parking": ["Parking lights", "light", "mdi:car-parking-lights"],
"condition_based_services": ["Condition based services", "problem", "mdi:wrench"],
"check_control_messages": ["Control messages", "problem", "mdi:car-tire-alert"],