mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
Add remote domain icon (#161)
to address: https://github.com/home-assistant/home-assistant/issues/4772
This commit is contained in:
parent
117c33cf5a
commit
0b6b308ca3
@ -247,6 +247,9 @@ window.hassUtil.domainIcon = function (domain, state) {
|
||||
case 'proximity':
|
||||
return 'mdi:apple-safari';
|
||||
|
||||
case 'remote':
|
||||
return 'mdi:remote';
|
||||
|
||||
case 'scene':
|
||||
return 'mdi:google-pages';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user