mirror of https://github.com/home-assistant/core
46 lines
1.8 KiB
JSON
46 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"description": "Set up an Axis device",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"protocol": "Protocol"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of the Axis device.",
|
|
"username": "The user name you set up on your Axis device. It is recommended to create a user specifically for Home Assistant."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"link_local_address": "Link local addresses are not supported",
|
|
"not_axis_device": "Discovered device not an Axis device",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"unique_id_mismatch": "The serial number of the device does not match the previous serial number"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"configure_stream": {
|
|
"data": {
|
|
"stream_profile": "Select stream profile to use"
|
|
},
|
|
"title": "Axis device video stream options"
|
|
}
|
|
}
|
|
}
|
|
}
|