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": { "state": {
"jammed": "mdi:lock-alert", "jammed": "mdi:lock-alert",
"locking": "mdi:lock-clock", "locking": "mdi:lock-clock",
"unlocked": "mdi:lock-open", "unlocked": "mdi:lock-open-variant",
"unlocking": "mdi:lock-clock" "unlocking": "mdi:lock-clock"
} }
} }
@ -13,6 +13,6 @@
"services": { "services": {
"lock": "mdi:lock", "lock": "mdi:lock",
"open": "mdi:door-open", "open": "mdi:door-open",
"unlock": "mdi:lock-open" "unlock": "mdi:lock-open-variant"
} }
} }