2020-03-23 09:14:21 +00:00
{
2020-04-05 15:27:16 +00:00
"options" : {
"step" : {
"init" : {
2020-05-12 17:50:44 +00:00
"data" : {
"events" : "Comma separated list of events."
} ,
2022-03-28 17:41:39 +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"
}
2020-03-23 09:14:21 +00:00
}
2020-04-05 15:27:16 +00:00
}
} ,
"config" : {
"step" : {
"user" : {
"data" : {
2020-05-05 03:10:39 +00:00
"password" : "[%key:common::config_flow::data::password%]" ,
2020-05-12 17:50:44 +00:00
"host" : "[%key:common::config_flow::data::host%]" ,
2023-11-30 16:24:21 +00:00
"name" : "Device name" ,
2020-05-05 03:10:39 +00:00
"username" : "[%key:common::config_flow::data::username%]"
2023-11-30 16:24:21 +00:00
} ,
"data_description" : {
"host" : "The hostname or IP address of your DoorBird device."
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" : {
2020-10-02 18:58:05 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-04-05 15:27:16 +00:00
"link_local_address" : "Link local addresses are not supported" ,
"not_doorbird_device" : "This device is not a DoorBird"
} ,
2021-05-11 05:14:33 +00:00
"flow_title" : "{name} ({host})" ,
2020-04-05 15:27:16 +00:00
"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
}
2023-08-11 03:09:26 +00:00
} ,
"entity" : {
"camera" : {
"live" : {
"name" : "live"
} ,
"last_ring" : {
"name" : "Last ring"
} ,
"last_motion" : {
"name" : "Last motion"
}
}
2020-04-05 15:27:16 +00:00
}
2020-10-02 18:58:05 +00:00
}