mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update binary_sensor.py (#29977)
Change sensor type for central locking from safety into lock.
This commit is contained in:
parent
33cbb398ad
commit
be042f3d91
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user