diff --git a/homeassistant/components/profiler/icons.json b/homeassistant/components/profiler/icons.json new file mode 100644 index 00000000000..d6c7ee21257 --- /dev/null +++ b/homeassistant/components/profiler/icons.json @@ -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" + } +}