Homeassistant intial build

This commit is contained in:
2025-11-25 23:33:38 -05:00
parent a310fed89c
commit 3e1fd60853
13 changed files with 274 additions and 0 deletions

45
ha/.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# Home Assistant configuration
*.env
# Ignore system generated logs
*.log
# Ignore database files
home-assistant_v2.db
home-assistant_v2.db-shm
home-assistant_v2.db-wal
# Ignore backups
*.tar
*.gz
*.zip
# Ignore temporary files
*.bak
*.swp
*.swx
# Ignore secrets file, which might contain sensitive data
secrets.yaml
# Ignore home assistant's internal folder for migrations and cache
__pycache__/
.mypy_cache/
node_modules/
.venv/
# Ignore Home Assistant Core logs
homeassistant.log
# Ignore the `deps` folder (dependencies that might be installed)
deps/
# Ignore the `.storage` folder, which contains Home Assistant's internal state data
.storage/
# Ignore `config` folder backups if using automated snapshots
*.tar
*.gz
# Ignore any other personal preferences or configurations (like custom components)
custom_components/