mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-12 20:06:33 +00:00
Add icon for input_select
This commit is contained in:
parent
81ae753eb0
commit
0cdc129de5
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user