mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +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-disabled-by-default: done
|
||||||
entity-translations: done
|
entity-translations: done
|
||||||
exception-translations: done
|
exception-translations: done
|
||||||
icon-translations: todo
|
icon-translations: done
|
||||||
reconfiguration-flow: todo
|
reconfiguration-flow: todo
|
||||||
repair-issues:
|
repair-issues:
|
||||||
status: exempt
|
status: exempt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user