1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/nasweb/icons.json
2025-07-15 10:39:53 +02:00

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"
}
}
}
}
}