1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/person/icons.json
2024-08-28 13:48:01 +02:00

16 lines
225 B
JSON

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