Files
ha-core/homeassistant/components/camera/strings.json
2023-03-16 21:10:20 +01:00

14 lines
259 B
JSON

{
"title": "Camera",
"entity_component": {
"_": {
"name": "[%key:component::camera::title%]",
"state": {
"recording": "Recording",
"streaming": "Streaming",
"idle": "[%key:common::state::idle%]"
}
}
}
}