mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 12:49:19 +00:00
Add a default icon for the fan component (#101)
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user