mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-12 01:52:16 +00:00
Refactor HAUpdate.sh to use 'docker compose' syntax for improved compatibility and readability. Added error handling with 'set -euo pipefail' and removed unused resource cleanup commands.
Bear Stone Smart Home Documentation
Be sure to ⭐ my configuration repo so you can keep up to date on any daily progress!
Longer-running shell helpers referenced by automations, packages, or cron. Anything from git updates to basketball stat scrapes lives here.
Quick navigation
Featured files to browse
| File | Why it matters |
|---|---|
| HAUpdate.sh | One-command Home Assistant update helper. |
| gitupdate.sh | Pull the latest config changes on demand. |
| basketball.yaml | ESPN stat scraping helper used by sensors. |
| [Jinja Code.py](Jinja Code.py) | Reference Jinja snippets for templating. |
Tips
- Make scripts executable and test them manually before wiring into HA.
- Document expected env vars or secrets at the top of each script.
All of my configuration files are tested against the most stable version of home-assistant.

