2020-03-23 09:14:21 +00:00
{
2020-04-05 15:27:16 +00:00
"options" : {
"step" : {
"init" : {
2020-04-16 19:52:53 +00:00
"data" : { "events" : "Comma separated list of events." } ,
2020-04-05 15:27:16 +00:00
"description" : "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. See the documentation at https://www.home-assistant.io/integrations/doorbird/#events. Example: somebody_pressed_the_button, motion"
2020-03-23 09:14:21 +00:00
}
2020-04-05 15:27:16 +00:00
}
} ,
"config" : {
"step" : {
"user" : {
"title" : "Connect to the DoorBird" ,
"data" : {
2020-05-05 03:10:39 +00:00
"password" : "[%key:common::config_flow::data::password%]" ,
2020-04-05 15:27:16 +00:00
"host" : "Host (IP Address)" ,
"name" : "Device Name" ,
2020-05-05 03:10:39 +00:00
"username" : "[%key:common::config_flow::data::username%]"
2020-04-05 15:27:16 +00:00
}
2020-03-23 09:14:21 +00:00
}
2020-04-05 15:27:16 +00:00
} ,
"abort" : {
"already_configured" : "This DoorBird is already configured" ,
"link_local_address" : "Link local addresses are not supported" ,
"not_doorbird_device" : "This device is not a DoorBird"
} ,
"flow_title" : "DoorBird {name} ({host})" ,
"error" : {
2020-05-05 03:10:39 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"unknown" : "[%key:common::config_flow::error::unknown%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2020-04-05 15:27:16 +00:00
}
}
2020-03-23 09:14:21 +00:00
}