mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 02:46:38 +00:00
Add proximity icon
This commit is contained in:
parent
0d59490ebc
commit
1380e59e18
@ -48,6 +48,9 @@ export default function domainIcon(domain, state) {
|
||||
case 'notify':
|
||||
return 'mdi:comment-alert';
|
||||
|
||||
case 'proximity':
|
||||
return 'mdi:apple-safari';
|
||||
|
||||
case 'rollershutter':
|
||||
return state && state === 'open' ? 'mdi:window-open' : 'mdi:window-closed';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user