mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: Shay Levy <levyshay1@gmail.com> Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com> Co-authored-by: Erik Montnemery <erik@montnemery.com>
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"cpu_percent": {
|
|
"default": "mdi:cpu-64-bit"
|
|
},
|
|
"memory_percent": {
|
|
"default": "mdi:memory"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"addon_restart": {
|
|
"service": "mdi:restart"
|
|
},
|
|
"addon_start": {
|
|
"service": "mdi:play"
|
|
},
|
|
"addon_stdin": {
|
|
"service": "mdi:console"
|
|
},
|
|
"addon_stop": {
|
|
"service": "mdi:stop"
|
|
},
|
|
"app_restart": {
|
|
"service": "mdi:restart"
|
|
},
|
|
"app_start": {
|
|
"service": "mdi:play"
|
|
},
|
|
"app_stdin": {
|
|
"service": "mdi:console"
|
|
},
|
|
"app_stop": {
|
|
"service": "mdi:stop"
|
|
},
|
|
"backup_full": {
|
|
"service": "mdi:content-save"
|
|
},
|
|
"backup_partial": {
|
|
"service": "mdi:content-save"
|
|
},
|
|
"host_reboot": {
|
|
"service": "mdi:restart"
|
|
},
|
|
"host_shutdown": {
|
|
"service": "mdi:power"
|
|
},
|
|
"mount_reload": {
|
|
"service": "mdi:reload"
|
|
},
|
|
"restore_full": {
|
|
"service": "mdi:backup-restore"
|
|
},
|
|
"restore_partial": {
|
|
"service": "mdi:backup-restore"
|
|
}
|
|
}
|
|
}
|