core/homeassistant/components/nasweb/icons.json

16 lines
310 B
JSON

{
"entity": {
"sensor": {
"sensor_input": {
"default": "mdi:help-circle-outline",
"state": {
"tamper": "mdi:lock-alert",
"active": "mdi:alert",
"normal": "mdi:shield-check-outline",
"problem": "mdi:alert-circle"
}
}
}
}
}