mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Use proper open close mdi icons (#718)
This commit is contained in:
parent
e0a63a2ee3
commit
688de2ff2d
@ -216,7 +216,7 @@ window.hassUtil.binarySensorIcon = function (state) {
|
||||
case 'occupancy':
|
||||
return activated ? 'mdi:home' : 'mdi:home-outline';
|
||||
case 'opening':
|
||||
return activated ? 'mdi:crop-square' : 'mdi:exit-to-app';
|
||||
return activated ? 'mdi:door-closed' : 'mdi:door-open';
|
||||
case 'sound':
|
||||
return activated ? 'mdi:music-note-off' : 'mdi:music-note';
|
||||
case 'vibration':
|
||||
|
Loading…
x
Reference in New Issue
Block a user