12 lines
246 B
JSON
12 lines
246 B
JSON
{
|
|
"title": "Person",
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::person::title%]",
|
|
"state": {
|
|
"home": "[%key:common::state::home%]",
|
|
"not_home": "[%key:common::state::not_home%]"
|
|
}
|
|
}
|
|
}
|
|
}
|