Skip to content

Commit

Permalink
docs: update documentation and UI to explain what to put in domain
Browse files Browse the repository at this point in the history
  • Loading branch information
palazzem committed Sep 11, 2023
1 parent 7ea37f7 commit 90ab720
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,13 @@ If you are curious about the project and want to know more, check out our [Disco

### Setup

<img src="https://github.com/palazzem/ha-econnect-alarm/assets/1560405/46f35b2c-5f9f-4931-b0ed-a6657c6f1da5" width="400">
<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/1560405/267038244-a5a590f3-8982-4f01-8ad0-5e7b00222643.png" width="400">

- Username: is your username to access e-connect via web or app.
- Password: is your password to access e-connect via web or app.
- System:
- Domain name (optional): domain used to access your login page via web. If you access to `https://connect.elmospa.com`,
then this field must be empty. If you access to `https://connect.elmospa.com/<domain>` then add `<domain>` in this field.
For instance if you access to `https://connect.elmospa.com/nwd/`, you must add `nwd` here.
- System: pick the brand of alarm system you are using.
- Domain name (optional): domain used to access your login page via web. For instance, if you access to `https://connect.elmospa.com/vendor/`,
you must set the domain to `vendor`. In case you don't have a vendor defined, set it to `default`.

### Options

Expand Down
2 changes: 1 addition & 1 deletion custom_components/econnect_alarm/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"username": "Username",
"password": "Password"
},
"description": "Insert your username and password to gain access. You can configure the system selecting \"Options\" after installing the integration.",
"description": "Provide your credentials and the domain used to access your login page via web.\n\nFor instance, if you access to `https://connect.elmospa.com/vendor/`, you must set the domain to `vendor`. In case you don't have a vendor defined, set it to `default`.\n\nYou can configure the system selecting \"Options\" after installing the integration.",
"title": "Configure your e-Connect/IESS system"
}
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/econnect_alarm/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"username": "Nome utente",
"password": "Password"
},
"description": "Inserisci il tuo nome utente e password per accedere. Puoi configurare il sistema selezionando \"Opzioni\" dopo aver installato l'integrazione.",
"description": "Fornisci le tue credenziali e il dominio utilizzato per accedere alla tua pagina di login via web.\n\nAd esempio, se accedi a `https://connect.elmospa.com/installatore/`, devi impostare il dominio su `installatore`. Nel caso in cui non hai un installatore definito, impostalo su `default`.\n\nPuoi configurare il sistema selezionando \"Opzioni\" dopo aver installato l'integrazione.",
"title": "Configura il tuo sistema e-Connect/IESS"
}
}
Expand Down

0 comments on commit 90ab720

Please sign in to comment.