hass-core/homeassistant/components/person/strings.json
2023-03-16 21:10:20 +01:00

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%]"
}
}
}
}