mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 00:04:35 +01:00
22 lines
337 B
JSON
22 lines
337 B
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"default": "mdi:package-up",
|
|
"state": {
|
|
"off": "mdi:package"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"clear_skipped": {
|
|
"service": "mdi:package"
|
|
},
|
|
"install": {
|
|
"service": "mdi:package-down"
|
|
},
|
|
"skip": {
|
|
"service": "mdi:package-check"
|
|
}
|
|
}
|
|
}
|