mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Add icon translations to Profiler (#112186)
This commit is contained in:
parent
fb5e5221ae
commit
ab06f54544
14
homeassistant/components/profiler/icons.json
Normal file
14
homeassistant/components/profiler/icons.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"services": {
|
||||
"start": "mdi:play",
|
||||
"memory": "mdi:memory",
|
||||
"start_log_objects": "mdi:invoice-text-plus",
|
||||
"stop_log_objects": "mdi:invoice-text-remove",
|
||||
"dump_log_objects": "mdi:invoice-export-outline",
|
||||
"start_log_object_sources": "mdi:play",
|
||||
"stop_log_object_sources": "mdi:stop",
|
||||
"lru_stats": "mdi:chart-areaspline",
|
||||
"log_thread_frames": "mdi:format-list-bulleted",
|
||||
"log_event_loop_scheduled": "mdi:calendar-clock"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user