hass-core/homeassistant/components/device_tracker/icons.json
2024-01-30 12:32:02 +01:00

13 lines
202 B
JSON

{
"entity_component": {
"_": {
"default": "mdi:account",
"state": {
"not_home": "mdi:account-arrow-right"
}
}
},
"services": {
"see": "mdi:account-eye"
}
}