mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add input_boolean domain icon
This commit is contained in:
parent
f4e5dfcf6b
commit
2ecd6a8184
@ -26,6 +26,9 @@ export default function domainIcon(domain, state) {
|
||||
case 'homeassistant':
|
||||
return 'mdi:home';
|
||||
|
||||
case 'input_boolean':
|
||||
return 'mdi:drawing';
|
||||
|
||||
case 'light':
|
||||
return 'mdi:lightbulb';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user