Add lock icon translations (#108467)

This commit is contained in:
Franck Nijhof 2024-01-20 13:27:36 +01:00 committed by GitHub
parent b2ba808779
commit 8c55f8e7f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,18 @@
{
"entity_component": {
"_": {
"default": "mdi:lock",
"state": {
"jammed": "mdi:lock-alert",
"locking": "mdi:lock-clock",
"unlocked": "mdi:lock-open",
"unlocking": "mdi:lock-clock"
}
}
},
"services": {
"lock": "mdi:lock",
"open": "mdi:door-open",
"unlock": "mdi:lock-open"
}
}