An open API service indexing awesome lists of open source software.

https://github.com/stablestud/ha-appdaemon

Personal Home Assistant automations written for AppDaemon framework
https://github.com/stablestud/ha-appdaemon

appdaemon appdaemon-apps

Last synced: 10 months ago
JSON representation

Personal Home Assistant automations written for AppDaemon framework

Awesome Lists containing this project

README

          

# Personal Home Assistant automations

Automations (apps) are bound with AppDaemon which does the talking to HA

```
uv python install cpython-3.9.21-linux-x86_64-gnu
source ./.venv/bin/activate*
uv sync
appdaemon -c $(pwd)
```

## Secrets

Secrets are stored in `secrets.yaml`

It can be securely backed up into `rclone` cloud storage.
For example:
```
rclone copy ./secrets.yaml secrets:appdaemon/
```