diff --git a/data/sidebar_docs.yaml b/data/sidebar_docs.yaml index 0b84451f62f..8f1b4b4962c 100644 --- a/data/sidebar_docs.yaml +++ b/data/sidebar_docs.yaml @@ -60,7 +60,7 @@ topic: Upgrade Home Assistant Core - title_en: Use items: - - title_en: Global Administration + - title_en: Add User link: /docs/global-administration - title_en: Get Smart Home Telemetry link: /docs/smart-home-telemetry diff --git a/docs/global-administration.md b/docs/global-administration.md index fa1437b7253..bbcaceeed1e 100644 --- a/docs/global-administration.md +++ b/docs/global-administration.md @@ -1,5 +1,5 @@ --- -title: Global Administration +title: Add User contributors: [nakata5321, Fingerling42, LoSk-p] tools: @@ -15,16 +15,16 @@ tools: You cannot use previously created accounts because `OWNER` and `CONTROLLER` provide security, and the first user you created when you first started Home Assistant does not have a Robonomics Parachain account. + + 1. Create an account on Robonomics parachain, as you did in the [previous article](/docs/sub-activate/). 2. Using `OWNER` account add new user account to the subscription on the `SETUP A SUBSCRIPTION` page in [Robonomics DApp](https://robonomics.app/#/rws-setup). Now in `USERS IN SUBSCRIPTION` section should be three addresses in the access list: `OWNER`, `CONTROLLER` and `USER`. - - ## RWS Setup JSON File -If the user doesn't have `CONTROLLER` credentials (normally he shouldn't), the administrator should give him a JSON file with the information of the RWS Setup. +Firstly, user should get the JSON file with the information of the RWS Setup. ### Create RWS Setup JSON @@ -42,6 +42,8 @@ Now with this JSON file user can import RWS setup using `IMPORT SETUP` button. On the same page ([SETUP A SUBSCRIPTION](https://robonomics.app/#/rws-setup)) you can set the password for the new user. + + 1. Choose the account you've just created at the right sidebar (check that you have chosen the intended account by pressing the profile icon). 2. Enter the `USER`'s address and seed phrase in the required fields. @@ -50,7 +52,5 @@ On the same page ([SETUP A SUBSCRIPTION](https://robonomics.app/#/rws-setup)) yo 4. After the registration process, log in to Home Assistant with your user address as login and a newly-created password. - - Now you can use the dapp to control your home through Robonomics, check [**"Get Smart Home Telemetry"**](/docs/smart-home-telemetry/) article.