mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
128 lines
4.4 KiB
JSON
128 lines
4.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
|
"no_h264": "There were no H.264 streams available. Check the profile configuration on your device.",
|
|
"no_mac": "Could not configure unique ID for ONVIF device.",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
},
|
|
"error": {
|
|
"auth_failed": "Could not authenticate: {error}",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"no_onvif_service": "No ONVIF service found. Check that the port number is correct.",
|
|
"onvif_error": "Error setting up ONVIF device: {error}. Check logs for more information."
|
|
},
|
|
"step": {
|
|
"configure": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your ONVIF device."
|
|
},
|
|
"title": "Configure ONVIF device"
|
|
},
|
|
"configure_profile": {
|
|
"data": {
|
|
"include": "Create camera entity"
|
|
},
|
|
"description": "Create camera entity for {profile} at {resolution} resolution?",
|
|
"title": "Configure profiles"
|
|
},
|
|
"device": {
|
|
"data": {
|
|
"host": "Select discovered ONVIF device"
|
|
},
|
|
"title": "Select ONVIF device"
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"description": "Some devices will reject authentication if the time is out of sync by more than 5 seconds. If authentication is unsuccessful, verify the time on the device is correct and try again.",
|
|
"title": "Reauthenticate the ONVIF device"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"auto": "Search automatically"
|
|
},
|
|
"description": "By selecting **Submit**, we will search your network for ONVIF devices that support Profile S.\n\nSome manufacturers have started to disable ONVIF by default. Please ensure ONVIF is enabled in your camera's configuration.",
|
|
"title": "ONVIF device setup"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"switch": {
|
|
"autofocus": {
|
|
"name": "Autofocus"
|
|
},
|
|
"ir_lamp": {
|
|
"name": "IR lamp"
|
|
},
|
|
"wiper": {
|
|
"name": "Wiper"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"onvif_devices": {
|
|
"data": {
|
|
"enable_webhooks": "Enable webhooks",
|
|
"extra_arguments": "Extra FFmpeg arguments",
|
|
"rtsp_transport": "RTSP transport mechanism",
|
|
"use_wallclock_as_timestamps": "Use wall clock as timestamps"
|
|
},
|
|
"title": "ONVIF device options"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"ptz": {
|
|
"description": "If your ONVIF camera supports PTZ, you will be able to pan, tilt or zoom your camera.",
|
|
"fields": {
|
|
"continuous_duration": {
|
|
"description": "Set ContinuousMove delay in seconds before stopping the move.",
|
|
"name": "Continuous duration"
|
|
},
|
|
"distance": {
|
|
"description": "Distance coefficient. Sets how much PTZ should be executed in one request.",
|
|
"name": "Distance"
|
|
},
|
|
"move_mode": {
|
|
"description": "PTZ moving mode.",
|
|
"name": "Move Mode"
|
|
},
|
|
"pan": {
|
|
"description": "Pan direction.",
|
|
"name": "Pan"
|
|
},
|
|
"preset": {
|
|
"description": "PTZ preset profile token. Sets the preset profile token which is executed with GotoPreset.",
|
|
"name": "Preset"
|
|
},
|
|
"speed": {
|
|
"description": "Speed coefficient. Sets how fast PTZ will be executed.",
|
|
"name": "Speed"
|
|
},
|
|
"tilt": {
|
|
"description": "Tilt direction.",
|
|
"name": "Tilt"
|
|
},
|
|
"zoom": {
|
|
"description": "Zoom.",
|
|
"name": "Zoom"
|
|
}
|
|
},
|
|
"name": "PTZ"
|
|
}
|
|
}
|
|
}
|