/
/
/
1{
2 "config_entries": {
3 "url": {
4 "label": "URL"
5 },
6 "username": {
7 "label": "E-Mail"
8 },
9 "secret": {
10 "label": "OTP Secret"
11 },
12 "auth": {
13 "label": "Authenticate with Amazon",
14 "description": "Click to start the authentication process."
15 },
16 "api_url": {
17 "label": "API Url"
18 },
19 "api_username": {
20 "label": "API Basic Auth Username"
21 },
22 "api_password": {
23 "label": "API Basic Auth Password"
24 },
25 "alexa_language": {
26 "label": "Alexa Language",
27 "options": {
28 "en-US": "English (USA)",
29 "en-CA": "English (Canada)",
30 "de-DE": "German (Germany)",
31 "es-ES": "Spanish (Spain)",
32 "fr-FR": "French (France)",
33 "fr-CA": "French (Canada)",
34 "it-IT": "Italian (Italy)",
35 "pt-BR": "Portuguese (Brazil)",
36 "nl-NL": "Dutch (Netherlands)"
37 }
38 }
39 },
40 "setup_flow": {
41 "credentials": {
42 "title": "Enter your Amazon account details",
43 "description": "Provide your Amazon sign-in details and the address of the companion API. You will complete any CAPTCHA or two-step verification on Amazon's own page in the next step."
44 },
45 "amazon_login": {
46 "title": "Sign in to Amazon",
47 "description": "Complete the Amazon sign-in in the window that opens, including any CAPTCHA or two-step verification."
48 }
49 },
50 "manifest": {
51 "description": "Stream to Amazon Alexa (Echo) devices."
52 }
53}
54