35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": { "events": "Comma separated list of events." },
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to the DoorBird",
|
|
"data": {
|
|
"password": "Password",
|
|
"host": "Host (IP Address)",
|
|
"name": "Device Name",
|
|
"username": "Username"
|
|
}
|
|
}
|
|
},
|
|
"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": {
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error",
|
|
"cannot_connect": "Failed to connect, please try again"
|
|
}
|
|
}
|
|
}
|