core/homeassistant/components/camera/strings.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-20 23:25:35 +00:00
{
"title": "Camera",
"entity_component": {
2020-04-20 23:25:35 +00:00
"_": {
"name": "[%key:component::camera::title%]",
"state": {
"recording": "Recording",
"streaming": "Streaming",
"idle": "[%key:common::state::idle%]"
},
"state_attributes": {
"access_token": {
"name": "Access token"
},
"brand": {
"name": "Brand"
},
"frontend_stream_type": {
"name": "Stream type",
"state": {
"hls": "HLS",
"webrtc": "WebRTC"
}
},
"motion_detection": {
"name": "Motion detection",
"state": {
"true": "Enabled",
"false": "Disabled"
}
},
"model_name": {
"name": "[%key:common::generic::model%]"
}
}
2020-04-20 23:25:35 +00:00
}
},
"issues": {
"platform_integration_no_support": {
"title": "[%key:common::issues::platform_integration_no_support_title%]",
"description": "[%key:common::issues::platform_integration_no_support_description%]"
}
2020-04-20 23:25:35 +00:00
}
}