Update unlocked icon for locks (#116157)

This commit is contained in:
Paul Bottein 2024-04-25 11:21:19 +02:00 committed by GitHub
parent 1241d70b3b
commit ce4db445e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
}
}