mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +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':
|
case 'homeassistant':
|
||||||
return 'mdi:home';
|
return 'mdi:home';
|
||||||
|
|
||||||
|
case 'input_boolean':
|
||||||
|
return 'mdi:drawing';
|
||||||
|
|
||||||
case 'light':
|
case 'light':
|
||||||
return 'mdi:lightbulb';
|
return 'mdi:lightbulb';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user