|
2 | 2 | "config": { |
3 | 3 | "step": { |
4 | 4 | "user": { |
5 | | - "description": "Use the credentials for the admin web portal. See documentation for more information", |
| 5 | + "description": "Use the credentials for the admin web portal. See the documentation for setup details.", |
6 | 6 | "data": { |
7 | 7 | "host": "[%key:common::config_flow::data::host%]", |
8 | 8 | "username": "[%key:common::config_flow::data::username%]", |
9 | 9 | "password": "[%key:common::config_flow::data::password%]", |
10 | | - "interval_seconds": "Seconds between updates", |
11 | | - "consider_home": "Seconds to wait till marking a device tracker as not home after not being seen.", |
| 10 | + "scan_interval": "Seconds between updates", |
| 11 | + "consider_home": "Seconds to wait before marking a device tracker as not home after it is no longer seen.", |
12 | 12 | "timeout_seconds": "Timeout seconds", |
13 | 13 | "timeout_error_retries": "Timeout error retry count", |
14 | 14 | "verify_ssl": "Verify SSL certificate is valid", |
|
19 | 19 | } |
20 | 20 | }, |
21 | 21 | "reauth_confirm": { |
22 | | - "description": "Problem with login credentials. Maybe caused by logging in on a separate device. See documentation for more information", |
| 22 | + "description": "Problem with login credentials. This may be caused by logging in on a separate device. See the documentation for login requirements.", |
23 | 23 | "data": { |
24 | 24 | "username": "[%key:common::config_flow::data::username%]", |
25 | 25 | "password": "[%key:common::config_flow::data::password%]" |
|
31 | 31 | "invalid_host": "[%key:common::config_flow::error::invalid_host%]", |
32 | 32 | "timeout_connect": "[%key:common::config_flow::error::timeout_connect%]", |
33 | 33 | "unknown": "[%key:common::config_flow::error::unknown%]" |
| 34 | + }, |
| 35 | + "abort": { |
| 36 | + "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" |
34 | 37 | } |
35 | 38 | }, |
36 | 39 | "options": { |
37 | 40 | "step": { |
38 | 41 | "init": { |
39 | | - "description": "Use the credentials for the admin web portal. See documentation for more information", |
| 42 | + "description": "Use the credentials for the admin web portal. See the documentation for setup details.", |
40 | 43 | "data": { |
41 | 44 | "host": "[%key:common::config_flow::data::host%]", |
42 | 45 | "username": "[%key:common::config_flow::data::username%]", |
43 | 46 | "password": "[%key:common::config_flow::data::password%]", |
44 | | - "interval_seconds": "Seconds between updates", |
45 | | - "consider_home": "Seconds to wait till marking a device tracker as not home after not being seen.", |
| 47 | + "scan_interval": "Seconds between updates", |
| 48 | + "consider_home": "Seconds to wait before marking a device tracker as not home after it is no longer seen.", |
46 | 49 | "timeout_seconds": "Timeout seconds", |
47 | 50 | "timeout_error_retries": "Timeout error retry count", |
48 | 51 | "verify_ssl": "Verify SSL certificate is valid", |
|
0 commit comments