1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
2025-12-02 19:47:22 +01:00

49 lines
2.2 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})"
}
}
},
"issues": {
"deprecated_yaml_import_issue_cannot_connect": {
"description": "Configuring Vivotek using camera platform YAML configuration is deprecated.\n\nWhile importing your configuration, Home Assistant could not connect to the device. Please review the configuration and the connection to the camera, then restart Home Assistant to try again, or remove the existing YAML configuration and set the integration up via the UI.",
"title": "Vivotek YAML configuration deprecated"
},
"deprecated_yaml_import_issue_unknown": {
"description": "Configuring Vivotek using camera platform YAML configuration is deprecated.\n\nWhile importing your configuration, an unknown error occurred. Please restart Home Assistant to try again, or remove the existing YAML configuration and set the integration up via the UI.",
"title": "[%key:component::vivotek::issues::deprecated_yaml_import_issue_cannot_connect::title%]"
}
},
"options": {
"step": {
"init": {
"data": {
"framerate": "Frame rate"
}
}
}
}
}