Skip to content

Commit

Permalink
docs(installation): change "AppDaemon 4" for "AppDaemon"
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Apr 18, 2022
1 parent b63d58a commit 88fcba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions docs/others/run-appdaemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: What's AppDaemon and why I need it
layout: page
---

AppDaemon let's you run Home Assistant automation with Python code, instead of yaml configuration.
When it comes simple automations, yaml or the Automation editor are great, but if the automation gets more complicated, then it gets more difficult to control through yaml, this is where AppDaemon comes into place.
AppDaemon let's you run Home Assistant automation with Python code, instead of yaml configuration. When it comes simple automations, yaml or the Automation editor are great, but if the automation gets more complicated, then it gets more difficult to control through yaml, this is where AppDaemon comes into place.

This is the reason this project is built on top of AppDaemon. Now you might be convinced, but you have no idea of how to install it and set it up. If you are using Home Assistant with the Supervisor, you can install the addon called `AppDaemon 4` from the addon store. You can follow the addon instructions and once is up and running, you can check the [installation](../start/installation) page.
This is the reason this project is built on top of AppDaemon. Now you might be convinced, but you have no idea of how to install it and set it up. If you are using Home Assistant with the Supervisor, you can install the addon called `AppDaemon` from the addon store. You can follow the addon instructions and once is up and running, you can check the [installation](../start/installation) page.
2 changes: 1 addition & 1 deletion docs/start/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Installation

# AppDaemon installation

Before installing ControllerX, we will need to install AppDaemon first. For this, you can follow the [official documentation](https://appdaemon.readthedocs.io/en/latest/INSTALL.html) for it. I personally recommend to install the `AppDaemon 4` addon from the `Add-on store`. Once the addon is install, you can run it and it will set up everything for you. It will create a folder in `/config/appdaemon` with the needed structure for AppDaemon to run.
Before installing ControllerX, we will need to install AppDaemon first. For this, you can follow the [official documentation](https://appdaemon.readthedocs.io/en/latest/INSTALL.html) for it. I personally recommend to install the `AppDaemon` addon from the `Add-on store` on your Home Assistant. Once the addon is installed, you can run it and it will set up everything for you. It will create a folder in `/config/appdaemon` with the needed structure for AppDaemon to run.

_You can read [here](/controllerx/others/run-appdaemon) what's AppDaemon and why is needed._

Expand Down

0 comments on commit 88fcba7

Please sign in to comment.