Compare commits

...

10 Commits

4 changed files with 1218 additions and 357 deletions

View File

@@ -1 +1 @@
2025.6.3
2026.2.2

71
.gitignore vendored
View File

@@ -1,21 +1,58 @@
# Database files
# Ignore everything by default
*
# Whitelist config files
!*.yaml
!*.yml
!.gitignore
!*.md
!*.sh
!*.js*
# Whitelist subdirectory yaml files
!*/*.yaml
!*/*.yml
# Whitelist specific folders (uncomment as needed)
!automations/
!scripts/
# !packages/
#!themes/
!blueprints/
# !node-red/
# =============================================
# SENSITIVE FILES - always ignore these
# =============================================
secrets.yaml
known_devices.yaml
ip_bans.yaml
# =============================================
# Generated files and folders - always ignore
# =============================================
.storage
.cloud
.google.token
home-assistant.log
home-assistant_v2.db
home-assistant_v2.db-shm
home-assistant_v2.db-wal
# Dependencies and cache
deps/
tts/
www/
custom_components/
image/
ms365_storage/
# Pickle / session files
*.pickle
*.db
*.db-shm
*.db-wal
# Storage directory
.storage/
ms365_storage/
image/
.cloud/
www/
esphome/
custom_components/
# Logs
*.log
*.log.1
*.log.fault
## Sensitive stuff
secrets.yaml
# OS files
.DS_Store
Thumbs.db

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,6 @@ frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
input_boolean: !include input_boolean.yaml
http: