mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +00:00
add default vacuum component icon (#1108)
This commit is contained in:
parent
afc4663870
commit
570cb5d52b
@ -197,6 +197,9 @@ window.hassUtil.domainIcon = function (domain, state) {
|
||||
case 'updater':
|
||||
return 'mdi:cloud-upload';
|
||||
|
||||
case 'vacuum':
|
||||
return 'mdi:robot-vacuum';
|
||||
|
||||
case 'weblink':
|
||||
return 'mdi:open-in-new';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user