No description
  • JavaScript 100%
Find a file
2026-07-22 22:41:49 -07:00
.forgejo/workflows feat(dash): split Home into Overview/Rooms/Security tabs; skip restart for dashboard-only deploys 2026-06-19 17:03:43 -07:00
blueprints Initialize GitOps: import HA config + scaffolding 2026-06-18 22:36:50 -07:00
dashboards feat(dashboards): add Alice to Home dashboard 2026-07-19 22:59:21 -07:00
packages fix(frigate): open exact alert snapshots in HA 2026-07-16 22:45:05 +00:00
tests fix(frigate): add gesture zoom to event snapshots 2026-07-17 21:20:29 +00:00
www fix(frigate): add gesture zoom to event snapshots 2026-07-17 21:20:29 +00:00
.gitignore gitops: untrack UI-managed YAML; add Forgejo pull remote + deploy key 2026-06-18 23:28:56 -07:00
configuration.yaml fix(frigate): add gesture zoom to event snapshots 2026-07-17 21:20:29 +00:00
README.md feat(truck): push notifications — window open + telemetry stale 2026-07-07 20:55:44 -07:00
secrets.yaml.example Initialize GitOps: import HA config + scaffolding 2026-06-18 22:36:50 -07:00

home-assistant config (GitOps)

Version-controlled config for HAOS VM107 @ 192.168.1.126 (haos), part of the homelab.

What IS tracked

configuration.yaml, automations.yaml, scripts.yaml, scenes.yaml, blueprints/, themes/, packages/, www/ (minus www/community), dashboards.

What is NOT (see .gitignore)

  • secrets.yaml (use secrets.yaml.example as the template)
  • recorder DB, logs, .storage/ (UI/device state), deps/, tts/, backups/
  • custom_components/ and www/community/ — HACS-managed, reinstall via HACS:
    • Integration: blakeblackshear/frigate-hass-integration
    • Integration: fordpass (itchannel/fordpass-ha)
    • Frontend: dermotduffy/hass-advanced-camera-card

Deploy

Forgejo Action on merge → SSH to .126 → git -C /config pullha core check → reload.

TODO

  • Install the Home Assistant Companion app on phone + log in to register notify.mobile_app_*, enabling Phase 3 Frigate person-alert push notifications (snapshots + actionable alerts). Done 2026-07-07: notify.mobile_app_jerons_iphone wired into the Frigate alert + truck automations (packages/truck.yaml).