mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Fix mdi icons (#707)
This commit is contained in:
parent
b092cdd04d
commit
2765c88d3f
@ -229,7 +229,7 @@ window.hassUtil.binarySensorIcon = function (state) {
|
||||
case 'plug':
|
||||
return activated ? 'mdi:power-plug-off' : 'mdi:power-plug';
|
||||
case 'presence':
|
||||
return activated ? 'mdi:home' : 'mdi:home-outline';
|
||||
return activated ? 'mdi:home-outline' : 'mdi:home';
|
||||
default:
|
||||
return activated ? 'mdi:radiobox-blank' : 'mdi:checkbox-marked-circle';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user