52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"rtsp_port": "RTSP port",
|
|
"stream": "Stream"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_response": "Invalid response from the device",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"ptz": {
|
|
"name": "PTZ",
|
|
"description": "Pan/Tilt service for Foscam camera.",
|
|
"fields": {
|
|
"movement": {
|
|
"name": "Movement",
|
|
"description": "Direction of the movement."
|
|
},
|
|
"travel_time": {
|
|
"name": "Travel time",
|
|
"description": "Travel time in seconds."
|
|
}
|
|
}
|
|
},
|
|
"ptz_preset": {
|
|
"name": "PTZ preset",
|
|
"description": "PTZ Preset service for Foscam camera.",
|
|
"fields": {
|
|
"preset_name": {
|
|
"name": "Preset name",
|
|
"description": "The name of the preset to move to. Presets can be created from within the official Foscam apps."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|