Add icon for input_select

This commit is contained in:
Paulus Schoutsen 2016-02-27 18:09:59 -08:00
parent 81ae753eb0
commit 0cdc129de5
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ export default function domainIcon(domain, state) {
case 'input_boolean':
return 'mdi:drawing';
case 'input_select':
return 'mdi:format-list-bulleted';
case 'light':
return 'mdi:lightbulb';