Add update icon translations (#108481)

* Add update icon translations

* Oops
This commit is contained in:
Franck Nijhof 2024-01-20 20:28:07 +01:00 committed by GitHub
parent 8a3b9000aa
commit bb225e4b38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,15 @@
{
"entity_component": {
"_": {
"default": "mdi:package-up",
"state": {
"off": "mdi:package"
}
}
},
"services": {
"clear_skipped": "mdi:package",
"install": "mdi:package-down",
"skip": "mdi:package-check"
}
}