mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 04:46:34 +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':
|
case 'input_boolean':
|
||||||
return 'mdi:drawing';
|
return 'mdi:drawing';
|
||||||
|
|
||||||
|
case 'input_select':
|
||||||
|
return 'mdi:format-list-bulleted';
|
||||||
|
|
||||||
case 'light':
|
case 'light':
|
||||||
return 'mdi:lightbulb';
|
return 'mdi:lightbulb';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user