Skip to content

Commit

Permalink
change global administration name to Add User + small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSk-p committed May 23, 2024
1 parent c8361d3 commit 1bec545
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/sidebar_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions docs/global-administration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Global Administration
title: Add User

contributors: [nakata5321, Fingerling42, LoSk-p]
tools:
Expand All @@ -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.

<robo-wiki-video autoplay loop controls :videos="[{src: 'https://crustipfs.art/ipfs/QmRyYN7BBodS1VSy5Kq24Mj2zviA8y4m8eF9kUWoCW7CZu', type:'mp4'}]" />

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`.

<robo-wiki-video autoplay loop controls :videos="[{src: 'https://crustipfs.art/ipfs/QmRyYN7BBodS1VSy5Kq24Mj2zviA8y4m8eF9kUWoCW7CZu', type:'mp4'}]" />


## 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

Expand All @@ -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.

<robo-wiki-video autoplay loop controls :videos="[{src: 'https://crustipfs.art/ipfs/Qme28Bq4qtHcqmndrDpUh5eQU5NbdnbHq76kxcS1HmvKQE', type:'mp4'}]" />

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.
Expand All @@ -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.

<robo-wiki-video autoplay loop controls :videos="[{src: 'https://crustipfs.art/ipfs/Qme28Bq4qtHcqmndrDpUh5eQU5NbdnbHq76kxcS1HmvKQE', type:'mp4'}]" />

Now you can use the dapp to control your home through Robonomics, check [**"Get Smart Home Telemetry"**](/docs/smart-home-telemetry/) article.

0 comments on commit 1bec545

Please sign in to comment.