core/homeassistant/components/doorbird/translations/en.json

36 lines
1.3 KiB
JSON
Raw Normal View History

{
2020-04-01 00:05:04 +00:00
"config": {
"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"
},
"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"
},
2020-04-04 00:07:23 +00:00
"flow_title": "DoorBird {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"
},
"title": "Connect to the DoorBird"
}
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."
},
"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-04-16 20:00:10 +00:00
}
2020-04-04 00:07:23 +00:00
}