{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "user": { "data": { "host": "[%key:common::config_flow::data::host%]", "password": "[%key:common::config_flow::data::password%]", "port": "[%key:common::config_flow::data::port%]", "ssl": "Use SSL", "username": "[%key:common::config_flow::data::username%]" }, "data_description": { "host": "The hostname or IP address of your Hikvision device", "password": "The password for your Hikvision device", "port": "The port number for the device (default is 80)", "ssl": "Enable if your device uses HTTPS", "username": "The username for your Hikvision device" }, "description": "Enter your Hikvision device connection details.", "title": "Set up Hikvision device" } } }, "device": { "nvr_channel": { "name": "{device_name} channel {channel_number}" } }, "issues": { "deprecated_yaml_import_issue": { "description": "Configuring {integration_title} using YAML is deprecated and the import failed. Please remove the `{domain}` entry from your `configuration.yaml` file and set up the integration manually.", "title": "YAML import failed" } } }