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
- Host: GitHub
- URL: https://github.com/stablestud/ha-appdaemon
- Owner: stablestud
- License: gpl-3.0
- Created: 2024-03-17T02:00:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-22T05:01:37.000Z (about 1 year ago)
- Last Synced: 2025-06-22T06:19:11.076Z (about 1 year ago)
- Topics: appdaemon, appdaemon-apps
- Language: Python
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```