mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
* Add icon translation for error sensor * Mark icon-translations as done
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"motionmount_error_status": {
|
|
"default": "mdi:alert-circle-outline",
|
|
"state": {
|
|
"none": "mdi:check-circle-outline"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|