core/homeassistant/components/camera/strings.json

113 lines
3.5 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": "[%key:common::state::enabled%]",
"false": "[%key:common::state::disabled%]"
}
},
"model_name": {
"name": "[%key:common::generic::model%]"
}
}
2020-04-20 23:25:35 +00:00
}
},
"issues": {
"deprecated_filename_template": {
"title": "Detected use of deprecated template variable",
"fix_flow": {
"step": {
"confirm": {
"title": "[%key:component::camera::issues::deprecated_filename_template::title%]",
"description": "The pre-defined template variable `entity_id` was used when performing action `{service}` targeting camera entity `{entity_id}`. The pre-defined template variable `entity_id` is being removed from the `filename` parameter of `{service}`.\n\nPlease update your automations and scripts to use a manually defined variable instead and select **Submit** to close this issue."
}
}
}
}
},
"services": {
"turn_off": {
"name": "[%key:common::action::turn_off%]",
"description": "Turns off the camera."
},
"turn_on": {
"name": "[%key:common::action::turn_on%]",
"description": "Turns on the camera."
},
"enable_motion_detection": {
"name": "Enable motion detection",
"description": "Enables the motion detection."
},
"disable_motion_detection": {
"name": "Disable motion detection",
"description": "Disables the motion detection."
},
"snapshot": {
"name": "Take snapshot",
"description": "Takes a snapshot from a camera.",
"fields": {
"filename": {
"name": "Filename",
"description": "Full path to filename."
}
}
},
"play_stream": {
"name": "Play stream",
"description": "Plays the camera stream on a supported media player.",
"fields": {
"media_player": {
"name": "Media player",
"description": "Media players to stream to."
},
"format": {
"name": "Format",
"description": "Stream format supported by the media player."
}
}
},
"record": {
"name": "Record",
"description": "Creates a recording of a live camera feed.",
"fields": {
"filename": {
"name": "[%key:component::camera::services::snapshot::fields::filename::name%]",
"description": "Full path to filename. Must be mp4."
},
"duration": {
"name": "Duration",
"description": "Planned duration of the recording. The actual duration may vary."
},
"lookback": {
"name": "Lookback",
"description": "Planned lookback period to include in the recording (in addition to the duration). Only available if there is currently an active HLS stream. The actual length of the lookback period may vary."
}
}
}
},
"selector": {}
2020-04-20 23:25:35 +00:00
}