mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Add icon translation to MotionMount integration (#138520)
* Add icon translation for error sensor * Mark icon-translations as done
This commit is contained in:
parent
fa4ebeb680
commit
fae68c8ad5
12
homeassistant/components/motionmount/icons.json
Normal file
12
homeassistant/components/motionmount/icons.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"motionmount_error_status": {
|
||||
"default": "mdi:alert-circle-outline",
|
||||
"state": {
|
||||
"none": "mdi:check-circle-outline"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -61,7 +61,7 @@ rules:
|
||||
entity-disabled-by-default: done
|
||||
entity-translations: done
|
||||
exception-translations: done
|
||||
icon-translations: todo
|
||||
icon-translations: done
|
||||
reconfiguration-flow: todo
|
||||
repair-issues:
|
||||
status: exempt
|
||||
|
Loading…
x
Reference in New Issue
Block a user