1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-31 04:34:10 +01:00
Files

39 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"authentication": "Authentication",
"ip_address": "[%key:common::config_flow::data::ip%]",
"name": "[%key:common::config_flow::data::name%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]",
"security_level": "Security level",
"ssl": "[%key:common::config_flow::data::ssl%]",
"stream_path": "Stream path",
"username": "[%key:common::config_flow::data::username%]",
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"description": "Set required parameters to connect to your camera. For more information, please refer to the [integration documentation]({doc_url})"
}
}
},
"options": {
"step": {
"init": {
"data": {
"framerate": "Frame rate"
}
}
}
}
}