mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2026-04-24 09:07:22 +00:00
- Updated proxmox.yaml to include state_class for disk usage sensors and improved availability checks. - Modified space.yaml to add state_class for the Earth distance sensor. - Enhanced stats.yaml with state_class for various command line sensors and template sensors to support long-term trend rollups. - Updated recorder.yaml to refine notes and exclude additional MariaDB snapshot sensors from recording. - Revised README.md in scripts to correct package paths and add a new monthly log hygiene review automation. - Introduced infrastructure.yaml for comprehensive observability and monitoring of WAN, DNS, and website states, including automated repairs for uptime breaches. - Added mariadb_snapshot.py script to collect telemetry snapshots for MariaDB, supporting Home Assistant command line sensors.
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. |
| apt_weekly.sh | Weekly APT updater that posts webhook status and can schedule reboot when needed. |
| apt_reboot_report.sh | Boot-time webhook status reporter that clears/keeps reboot-required state in HA. |
| 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.

