core/homeassistant/components/blink/strings.json

101 lines
2.8 KiB
JSON

{
"config": {
"step": {
"user": {
"title": "Sign-in with Blink account",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
},
"2fa": {
"title": "Two-factor authentication",
"data": {
"2fa": "Two-factor code"
},
"description": "Enter the PIN sent via email or SMS"
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
"step": {
"simple_options": {
"data": {
"scan_interval": "Scan Interval (seconds)"
},
"title": "Blink options",
"description": "Configure Blink integration"
}
}
},
"entity": {
"sensor": {
"wifi_rssi": {
"name": "Wi-Fi RSSI"
}
},
"binary_sensor": {
"camera_armed": {
"name": "Camera armed"
}
}
},
"services": {
"blink_update": {
"name": "Update",
"description": "Forces a refresh."
},
"trigger_camera": {
"name": "Trigger camera",
"description": "Requests camera to take new image."
},
"save_video": {
"name": "Save video",
"description": "Saves last recorded video clip to local file.",
"fields": {
"name": {
"name": "Name",
"description": "Name of camera to grab video from."
},
"filename": {
"name": "File name",
"description": "Filename to writable path (directory may need to be included in allowlist_external_dirs in config)."
}
}
},
"save_recent_clips": {
"name": "Save recent clips",
"description": "Saves all recent video clips to local directory with file pattern \"%Y%m%d_%H%M%S_{name}.mp4\".",
"fields": {
"name": {
"name": "Name",
"description": "Name of camera to grab recent clips from."
},
"file_path": {
"name": "Output directory",
"description": "Directory name of writable path (directory may need to be included in allowlist_external_dirs in config)."
}
}
},
"send_pin": {
"name": "Send pin",
"description": "Sends a new PIN to blink for 2FA.",
"fields": {
"pin": {
"name": "Pin",
"description": "PIN received from blink. Leave empty if you only received a verification email."
}
}
}
}
}