core/homeassistant/components/bosch_alarm/icons.json

30 lines
500 B
JSON

{
"entity": {
"sensor": {
"faulting_points": {
"default": "mdi:alert-circle"
}
},
"switch": {
"locked": {
"default": "mdi:lock",
"state": {
"off": "mdi:lock-open"
}
},
"secured": {
"default": "mdi:lock",
"state": {
"off": "mdi:lock-open"
}
},
"cycling": {
"default": "mdi:lock",
"state": {
"on": "mdi:lock-open"
}
}
}
}
}