1
mirror of https://github.com/home-assistant/core synced 2024-07-12 07:21:24 +02:00

Add domain icon for process in debug interface

This commit is contained in:
Paulus Schoutsen 2014-06-13 00:15:26 -07:00
parent 16453a7728
commit 00c206c37b

View File

@ -113,7 +113,8 @@ DOMAIN_ICONS = {
"light": "glyphicon-hdd",
"wemo": "glyphicon-hdd",
"device_tracker": "glyphicon-phone",
"chromecast": "glyphicon-picture"
"chromecast": "glyphicon-picture",
"process": "glyphicon-barcode"
}