Simplify Readme, remove manual install

This commit is contained in:
Johannes
2022-04-21 20:33:16 +02:00
committed by GitHub
parent 82f2b697cc
commit 6ffad28a8e

View File

@@ -51,10 +51,8 @@ For more detailed Instructions see the following Sections:
- [Installation - Home Automation Part (Homeassistant)](#installation---home-automation-part-home-assistant) - [Installation - Home Automation Part (Homeassistant)](#installation---home-automation-part-home-assistant)
- [Installing AppDaemon](#installing-appdaemon) - [Installing AppDaemon](#installing-appdaemon)
- [Installing Studio Code Server (optional, recommended)](#installing-studio-code-server-optional-recommended) - [Installing Studio Code Server (optional, recommended)](#installing-studio-code-server-optional-recommended)
- [Installing HACS (optional, recommended)](#installing-hacs-optional-recommended) - [Installing HACS](#installing-hacs)
- [Installing AppDeamon Backend Application](#installing-appdeamon-backend-application) - [Installing AppDeamon Backend Application](#installing-appdeamon-backend-application)
- [With HACS (recommended)](#with-hacs-recommended)
- [Manually](#manually)
- [Installing Tasmota to your NSPanel](#installing---tasmota-to-your-nspanel) - [Installing Tasmota to your NSPanel](#installing---tasmota-to-your-nspanel)
- [Installation - Home Automation Part (IoBroker)](#installation---home-automation-part-iobroker) - [Installation - Home Automation Part (IoBroker)](#installation---home-automation-part-iobroker)
@@ -111,7 +109,7 @@ For localisation (date in your local language) you need to add the python packag
You will need a way to edit the `apps.yaml` config file in the Appdaemon folder. You will need a way to edit the `apps.yaml` config file in the Appdaemon folder.
Install Studio Code Server from Home Assistant's Supervisor Add-on Store to easily edit configuration Files on your HomeAssistant Instance. Install Studio Code Server from Home Assistant's Supervisor Add-on Store to easily edit configuration Files on your HomeAssistant Instance.
### Installing HACS (optional, recommended) ### Installing HACS
HACS is the Home Assistant Community Store and allows for community integrations and HACS is the Home Assistant Community Store and allows for community integrations and
automations to be updated cleanly and easily from the Home Assistant web user interface. automations to be updated cleanly and easily from the Home Assistant web user interface.
@@ -123,8 +121,6 @@ If you want to use HACS, you will have to follow [their documentation on how to
### Installing AppDaemon Backend Application ### Installing AppDaemon Backend Application
#### With HACS (recommended)
To install Lovelace UI Backend App with HACS, you will need to make sure that you enabled To install Lovelace UI Backend App with HACS, you will need to make sure that you enabled
AppDaemon automations in HACS, as these are not enabled by default: AppDaemon automations in HACS, as these are not enabled by default:
@@ -151,13 +147,6 @@ Now, to install NSPanel Lovelace UI Backend with HACS, follow these steps:
proceed with the download proceed with the download
6. The Backend Application is now installed, and HACS will inform you when updates are available 6. The Backend Application is now installed, and HACS will inform you when updates are available
#### Manually
Installing the Backend Application manually can be summarized by putting the content of the
`apps/` directory of this repository (the `nspanel-lovelace-ui/` directory) into the `apps/`
directory of your AppDaemon installation.
## Installation - Home Automation Part (IoBroker) ## Installation - Home Automation Part (IoBroker)
If you are looking for an ioBroker Integration instead of HomeAssistant take a look into the [Readme](ioBroker/README.md) of the iobroker folder. If you are looking for an ioBroker Integration instead of HomeAssistant take a look into the [Readme](ioBroker/README.md) of the iobroker folder.