2020-03-23 09:14:21 +00:00
{
2020-04-01 00:05:04 +00:00
"config" : {
"abort" : {
2020-10-04 00:05:05 +00:00
"already_configured" : "Device is already configured" ,
2020-04-01 00:05:04 +00:00
"link_local_address" : "Link local addresses are not supported" ,
2022-03-13 00:18:58 +00:00
"not_doorbird_device" : "This device is not a DoorBird"
2020-04-01 00:05:04 +00:00
} ,
"error" : {
2020-05-13 18:27:21 +00:00
"cannot_connect" : "Failed to connect" ,
2020-04-01 00:05:04 +00:00
"invalid_auth" : "Invalid authentication" ,
"unknown" : "Unexpected error"
} ,
2021-05-11 05:14:33 +00:00
"flow_title" : "{name} ({host})" ,
2020-04-01 00:05:04 +00:00
"step" : {
"user" : {
"data" : {
2020-05-13 18:27:21 +00:00
"host" : "Host" ,
2020-04-01 00:05:04 +00:00
"name" : "Device Name" ,
"password" : "Password" ,
"username" : "Username"
2022-05-19 00:26:11 +00:00
}
2020-03-23 09:14:21 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-01 00:05:04 +00:00
} ,
"options" : {
"step" : {
"init" : {
"data" : {
"events" : "Comma separated list of events."
} ,
2022-04-29 00:22:21 +00:00
"data_description" : {
"events" : "Add an comma separated event name for each event you wish to track. After entering them here, use the DoorBird app to assign them to a specific event.\n\nExample: somebody_pressed_the_button, motion"
2022-05-19 00:26:11 +00:00
}
2020-04-01 00:05:04 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2020-04-04 00:07:23 +00:00
}