mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Update unlocked icon for locks (#116157)
This commit is contained in:
parent
0b74f02c4e
commit
29ab68fd24
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user