Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhlba91/homelab-home-assistant-configuration
Homelab: Configuration for Home Assistant
https://github.com/muhlba91/homelab-home-assistant-configuration
configuration homeassistant homeassistant-configuration homelab
Last synced: about 1 month ago
JSON representation
Homelab: Configuration for Home Assistant
- Host: GitHub
- URL: https://github.com/muhlba91/homelab-home-assistant-configuration
- Owner: muhlba91
- License: mit
- Created: 2023-06-20T10:50:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T20:02:58.000Z (9 months ago)
- Last Synced: 2024-04-13T03:55:42.086Z (9 months ago)
- Topics: configuration, homeassistant, homeassistant-configuration, homelab
- Language: Shell
- Homepage:
- Size: 153 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Homelab: Home Assistant - Configuration
[![](https://img.shields.io/github/license/muhlba91/homelab-home-assistant-configuration?style=for-the-badge)](LICENSE.md)
[![](https://img.shields.io/github/actions/workflow/status/muhlba91/homelab-home-assistant-configuration/verify.yml?style=for-the-badge)](https://github.com/muhlba91/homelab-home-assistant-configuration/actions/workflows/verify.yml)
[![](https://api.scorecard.dev/projects/github.com/muhlba91/homelab-home-assistant-configuration/badge?style=for-the-badge)](https://scorecard.dev/viewer/?uri=github.com/muhlba91/homelab-home-assistant-configuration)This repository contains [Home Assistant](http://home-assistant.io) configuration, and lifecycle scripts.
---
## Configuration
The main configuration is located in [`configuration/configuration.yaml`](configuration/configuration.yaml) with secrets being stored in [`configuration/secrets.yaml`](configuration/secrets.yaml).
### Secrets Encryption
All secrets are encrypted with [sops](https://github.com/mozilla/sops) and [Google Cloud KMS](https://cloud.google.com/security-key-management).
## Lifecycle Scripts
The directory [`lifecycle`](lifecycle/) contains all lifecycle scripts:
- `prepare.sh`: installs all custom and www components defined in [`components/custom_components.txt`](components/custom_components.txt) and [`components/www_components.txt`](components/www_components.txt)
- `sops.sh`: encrypts or decrypts all necessary files (pass `e` for encryption, and `d` for decryption)
- `backup_restore.sh`: checks if data exists and either backups or restores the configuration