Update: Battery Optimizer v3.4.0 mit allen Fixes und Features

This commit is contained in:
felix.zoesch
2025-12-12 08:20:19 +01:00
commit d2a41aad2d
78 changed files with 18053 additions and 0 deletions

53
.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Backup files
*_backup.py
*_backup.yaml
*_old.py
*_old.yaml
*.bak
# Temporary files
*.tmp
*.temp
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Personal/Sensitive
secrets.yaml
*.secret
*.key
*.pem
# Home Assistant specific
.uuid
.HA_VERSION
.storage/
.cloud/
deps/
tts/
# Project specific
*_fixed.py
*_fixed.yaml
DIAGNOSE_*.md
FIX_*.md