Overview
Set up Home Assistant configuration syncing to this repository, following the existing Arcane/Docker Compose patterns used for other services on heapsnas. This should cover the full breadth of HA configuration management — not just the core config, but the entire ecosystem of integrations, automations, and device management.
Scope
Core Home Assistant Deployment
Configuration Sync
HACS & Custom Integrations
Devices & Entities
Helpers
Updates & Update Management
Integrations & Add-ons
Govee BLE Power Monitoring — Production Readiness
The nsheaps/govee-ble-plugs integration is a key component of this setup and should be prioritized for production use:
Notes
- Existing stacks on
heapsnas: beszel, cloudflared, n8n, nextcloud, postgresql, redis
- Secrets are managed via 1Password service accounts — HA secrets should follow the same pattern
- Deployment is handled by Arcane GitOps — HA stack should integrate with the existing
arcane-deploy workflow
- Consider what config is safe to store in git vs. what must remain in 1Password (API keys, tokens, etc.)
- Some HA config (e.g., entity registry, device registry) is managed via the UI and may need a different sync approach than YAML-based config
Overview
Set up Home Assistant configuration syncing to this repository, following the existing Arcane/Docker Compose patterns used for other services on
heapsnas. This should cover the full breadth of HA configuration management — not just the core config, but the entire ecosystem of integrations, automations, and device management.Scope
Core Home Assistant Deployment
hosts/heapsnas/homeassistant/cloudflaredstack)Configuration Sync
configuration.yamland related core config filesautomations.yaml/ automations directoryscripts.yamlscenes.yamlcustomize.yamlandcustomize_glob.yamlgroups.yamlHACS & Custom Integrations
nsheaps/govee-ble-plugs) — ensure this custom integration is installed and configuredDevices & Entities
Helpers
input_booleaninput_numberinput_textinput_selectinput_datetimeinput_buttoncountertimerscheduleUpdates & Update Management
Integrations & Add-ons
Govee BLE Power Monitoring — Production Readiness
The
nsheaps/govee-ble-plugsintegration is a key component of this setup and should be prioritized for production use:govee-ble-plugsvia HACS into the Home Assistant instancensheaps/govee-ble-plugsas discoveredNotes
heapsnas:beszel,cloudflared,n8n,nextcloud,postgresql,redisarcane-deployworkflow