1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 10:55:50 +00:00
Files
core/homeassistant/components/motionmount/icons.json
RJPoelstra fae68c8ad5 Add icon translation to MotionMount integration (#138520)
* Add icon translation for error sensor

* Mark icon-translations as done
2025-02-14 13:47:36 +01:00

13 lines
209 B
JSON

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