Add domain icon for process in debug interface
This commit is contained in:
parent
16453a7728
commit
00c206c37b
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue