Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update documentation and UI to explain what to put in domain #43

Merged
merged 1 commit into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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