Update the installation instructions to reflect more recent versions of Home Assistant, and add additional clarity to the manual installation
This commit is contained in:
parent
4ed7b4acb9
commit
60fd01709e
1 changed files with 11 additions and 12 deletions
|
|
@ -39,11 +39,9 @@ Supported Plejd devices are detailed in a specific "Plejd devices" section below
|
||||||
|
|
||||||
### Easy Installation
|
### Easy Installation
|
||||||
|
|
||||||
Browse to your Home Assistant installation in a web browser and click on `Supervisor` in the navigation bar to the left.
|
- Browse to your Home Assistant installation in a web browser and click on `Settings` in the navigation bar to the left.
|
||||||
|
- Click on `Add-ons`
|
||||||
- Open the Home Assistant web console and click `Configuration` in the menu on the left side.
|
- Click on `Add-on Store` in the bottom right corner of that page.
|
||||||
- Click on `Add-ons, Backups & Supervisor`
|
|
||||||
- Click on `Add-on Store` in the bottom left of that page.
|
|
||||||
- Click on the three vertical dots to the far right and chose `Repositories`
|
- Click on the three vertical dots to the far right and chose `Repositories`
|
||||||
- Paste the URL to this repo https://github.com/icanos/hassio-plejd.git in the `Add` field and hit `Add`.
|
- Paste the URL to this repo https://github.com/icanos/hassio-plejd.git in the `Add` field and hit `Add`.
|
||||||
- Scroll down and you should find a Plejd add-on that can be installed. Open that and install.
|
- Scroll down and you should find a Plejd add-on that can be installed. Open that and install.
|
||||||
|
|
@ -54,12 +52,13 @@ Browse to your Home Assistant installation in a web browser and click on `Superv
|
||||||
|
|
||||||
Browse your Home Assistant installation using a tool that allows you to manage files, for eg. SCP, SMB, SFTP client, etc.
|
Browse your Home Assistant installation using a tool that allows you to manage files, for eg. SCP, SMB, SFTP client, etc.
|
||||||
|
|
||||||
- Open the `/addon` directory
|
- Open the `/addons` directory
|
||||||
- Create a new folder named `hassio-plejd`
|
- Create a new folder named `hassio-plejd`
|
||||||
- Copy all files from this repository into that newly created one.
|
- Copy all files from the `plejd` subdirectory of the add-on repository (not the top-level which contains `repository.json`) into that newly created one.
|
||||||
- Open the Home Assistant web console and click `Supervisor` in the menu on the left side.
|
- Browse to your Home Assistant installation in a web browser and click on `Settings` in the navigation bar to the left.
|
||||||
- Click on `Add-on Store` in the top navigation bar of that page.
|
- Click on `Add-ons`
|
||||||
- Click on the refresh button in the upper right corner.
|
- Click on `Add-on Store` in the bottom right corner of that page.
|
||||||
|
- Click on the three vertical dots to the far right and chose `Check for updates`
|
||||||
- A new Local Add-on should appear named Plejd. Open that and install.
|
- A new Local Add-on should appear named Plejd. Open that and install.
|
||||||
- Enjoy!
|
- Enjoy!
|
||||||
|
|
||||||
|
|
@ -69,7 +68,7 @@ To install older versions, follow the "Manual Installation" instructions above,
|
||||||
|
|
||||||
### More details regarding installation
|
### More details regarding installation
|
||||||
|
|
||||||
Please look at [The details](./Details.md) separate document for more detailed instructions regarding Home Asssistant, Mosquitto, etc.
|
Please see the separate document [Details](./Details.md) for more detailed instructions regarding Home Asssistant, Mosquitto, etc.
|
||||||
|
|
||||||
### Startup error message
|
### Startup error message
|
||||||
|
|
||||||
|
|
@ -274,7 +273,7 @@ Out of the box you can for example view elapsed time by selecting multiple lines
|
||||||
## License
|
## License
|
||||||
|
|
||||||
```
|
```
|
||||||
Copyright 2019 Marcus Westin <marcus@sekurbit.se>
|
Copyright 2023 Marcus Westin <marcus@sekurbit.se>
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue