Add device tracker icon translations (#109109)
This commit is contained in:
parent
6fdad44941
commit
30dec53b07
1 changed files with 13 additions and 0 deletions
13
homeassistant/components/device_tracker/icons.json
Normal file
13
homeassistant/components/device_tracker/icons.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"default": "mdi:account",
|
||||
"state": {
|
||||
"not_home": "mdi:account-arrow-right"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"see": "mdi:account-eye"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue