Compare commits
10 Commits
72ef3af179
...
0a0ec84845
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a0ec84845 | |||
|
|
557ccb9c5b | ||
|
|
584a37b6fb | ||
|
|
042e31686d | ||
|
|
3b38f166cb | ||
|
|
c9db0c6d0c | ||
|
|
2bf523f09b | ||
|
|
61a7acd366 | ||
|
|
c8565a9d49 | ||
| 9666eacfa1 |
@@ -1 +1 @@
|
|||||||
2025.6.3
|
2026.2.2
|
||||||
71
.gitignore
vendored
71
.gitignore
vendored
@@ -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
|
||||||
*.db-shm
|
*.db-shm
|
||||||
*.db-wal
|
*.db-wal
|
||||||
|
|
||||||
# Storage directory
|
# OS files
|
||||||
.storage/
|
.DS_Store
|
||||||
ms365_storage/
|
Thumbs.db
|
||||||
image/
|
|
||||||
.cloud/
|
|
||||||
www/
|
|
||||||
esphome/
|
|
||||||
custom_components/
|
|
||||||
|
|
||||||
# Logs
|
|
||||||
*.log
|
|
||||||
*.log.1
|
|
||||||
*.log.fault
|
|
||||||
|
|
||||||
## Sensitive stuff
|
|
||||||
secrets.yaml
|
|
||||||
|
|||||||
1501
automations.yaml
1501
automations.yaml
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,6 @@ frontend:
|
|||||||
themes: !include_dir_merge_named themes
|
themes: !include_dir_merge_named themes
|
||||||
|
|
||||||
automation: !include automations.yaml
|
automation: !include automations.yaml
|
||||||
script: !include scripts.yaml
|
|
||||||
scene: !include scenes.yaml
|
scene: !include scenes.yaml
|
||||||
input_boolean: !include input_boolean.yaml
|
input_boolean: !include input_boolean.yaml
|
||||||
http:
|
http:
|
||||||
|
|||||||
Reference in New Issue
Block a user