core/homeassistant/components/motionmount/icons.json

13 lines
209 B
JSON

{
"entity": {
"sensor": {
"motionmount_error_status": {
"default": "mdi:alert-circle-outline",
"state": {
"none": "mdi:check-circle-outline"
}
}
}
}
}