mirror of
https://github.com/home-assistant/core.git
synced 2026-09-15 04:58:20 +01:00
143 lines
4.7 KiB
JSON
143 lines
4.7 KiB
JSON
{
|
|
"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}"
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"attended_baggage": {
|
|
"name": "Attended baggage"
|
|
},
|
|
"bad_video": {
|
|
"name": "Bad video"
|
|
},
|
|
"disk_error": {
|
|
"name": "Disk error"
|
|
},
|
|
"disk_full": {
|
|
"name": "Disk full"
|
|
},
|
|
"entering_region": {
|
|
"name": "Entering region"
|
|
},
|
|
"exiting_region": {
|
|
"name": "Exiting region"
|
|
},
|
|
"face_detection": {
|
|
"name": "Face detection"
|
|
},
|
|
"field_detection": {
|
|
"name": "Field detection"
|
|
},
|
|
"illegal_access": {
|
|
"name": "Illegal access"
|
|
},
|
|
"io": {
|
|
"name": "I/O alarm"
|
|
},
|
|
"ip_conflict": {
|
|
"name": "IP conflict"
|
|
},
|
|
"line_crossing": {
|
|
"name": "Line crossing"
|
|
},
|
|
"net_interface_broken": {
|
|
"name": "Network interface broken"
|
|
},
|
|
"pir_alarm": {
|
|
"name": "PIR alarm"
|
|
},
|
|
"recording_failure": {
|
|
"name": "Recording failure"
|
|
},
|
|
"scene_change_detection": {
|
|
"name": "Scene change detection"
|
|
},
|
|
"unattended_baggage": {
|
|
"name": "Unattended baggage"
|
|
},
|
|
"video_mismatch": {
|
|
"name": "Video mismatch"
|
|
}
|
|
},
|
|
"event": {
|
|
"field_detection": {
|
|
"name": "[%key:component::hikvision::entity::binary_sensor::field_detection::name%]",
|
|
"state_attributes": {
|
|
"event_type": {
|
|
"state": {
|
|
"human": "Human",
|
|
"pet": "Pet",
|
|
"triggered": "Triggered",
|
|
"vehicle": "Vehicle"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"line_crossing": {
|
|
"name": "[%key:component::hikvision::entity::binary_sensor::line_crossing::name%]",
|
|
"state_attributes": {
|
|
"event_type": {
|
|
"state": {
|
|
"human": "[%key:component::hikvision::entity::event::field_detection::state_attributes::event_type::state::human%]",
|
|
"pet": "[%key:component::hikvision::entity::event::field_detection::state_attributes::event_type::state::pet%]",
|
|
"triggered": "[%key:component::hikvision::entity::event::field_detection::state_attributes::event_type::state::triggered%]",
|
|
"vehicle": "[%key:component::hikvision::entity::event::field_detection::state_attributes::event_type::state::vehicle%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"motion": {
|
|
"name": "[%key:component::event::entity_component::motion::name%]",
|
|
"state_attributes": {
|
|
"event_type": {
|
|
"state": {
|
|
"human": "[%key:component::hikvision::entity::event::field_detection::state_attributes::event_type::state::human%]",
|
|
"pet": "[%key:component::hikvision::entity::event::field_detection::state_attributes::event_type::state::pet%]",
|
|
"triggered": "[%key:component::hikvision::entity::event::field_detection::state_attributes::event_type::state::triggered%]",
|
|
"vehicle": "[%key:component::hikvision::entity::event::field_detection::state_attributes::event_type::state::vehicle%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|