mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Add a default icon for the fan component (#101)
This commit is contained in:
parent
9313d221fe
commit
3d77da0346
@ -217,6 +217,9 @@ window.hassUtil.domainIcon = function (domain, state) {
|
||||
case 'device_tracker':
|
||||
return 'mdi:account';
|
||||
|
||||
case 'fan':
|
||||
return 'mdi:fan';
|
||||
|
||||
case 'garage_door':
|
||||
return 'mdi:glassdoor';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user