mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Update unlocked icon for locks (#116157)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"state": {
|
||||
"jammed": "mdi:lock-alert",
|
||||
"locking": "mdi:lock-clock",
|
||||
"unlocked": "mdi:lock-open",
|
||||
"unlocked": "mdi:lock-open-variant",
|
||||
"unlocking": "mdi:lock-clock"
|
||||
}
|
||||
}
|
||||
@@ -13,6 +13,6 @@
|
||||
"services": {
|
||||
"lock": "mdi:lock",
|
||||
"open": "mdi:door-open",
|
||||
"unlock": "mdi:lock-open"
|
||||
"unlock": "mdi:lock-open-variant"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user