2019-03-24 16:16:50 +01:00
|
|
|
{
|
2020-02-13 17:27:00 +01:00
|
|
|
"config": {
|
2021-01-16 18:59:57 +01:00
|
|
|
"flow_title": "{name} ({host})",
|
2020-02-13 17:27:00 +01:00
|
|
|
"step": {
|
|
|
|
|
"user": {
|
2023-11-30 08:12:39 +01:00
|
|
|
"description": "Set up an Axis device",
|
2020-02-13 17:27:00 +01:00
|
|
|
"data": {
|
2020-05-12 10:50:44 -07:00
|
|
|
"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%]"
|
2023-11-30 08:12:39 +01:00
|
|
|
},
|
|
|
|
|
"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."
|
2019-03-24 16:16:50 +01:00
|
|
|
}
|
2020-02-13 17:27:00 +01:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"error": {
|
2020-10-06 15:54:18 +01:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2020-10-03 15:49:09 +02:00
|
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
2020-10-06 15:54:18 +01:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2020-02-13 17:27:00 +01:00
|
|
|
},
|
|
|
|
|
"abort": {
|
2020-10-06 15:54:18 +01:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2020-02-13 17:27:00 +01:00
|
|
|
"link_local_address": "Link local addresses are not supported",
|
|
|
|
|
"not_axis_device": "Discovered device not an Axis device"
|
2019-03-24 16:16:50 +01:00
|
|
|
}
|
2020-06-01 18:45:38 +02:00
|
|
|
},
|
|
|
|
|
"options": {
|
|
|
|
|
"step": {
|
|
|
|
|
"configure_stream": {
|
|
|
|
|
"data": {
|
|
|
|
|
"stream_profile": "Select stream profile to use"
|
|
|
|
|
},
|
|
|
|
|
"title": "Axis device video stream options"
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-02-13 17:27:00 +01:00
|
|
|
}
|
2020-06-01 18:45:38 +02:00
|
|
|
}
|