1
0
Fork 0
ha-config/addons/243ffc37_git-exporter.yaml

45 lines
696 B
YAML
Raw Normal View History

2022-05-11 16:41:13 +10:00
check:
check_for_ips: false
check_for_secrets: true
2022-05-12 13:08:48 +10:00
enabled: true
2022-05-11 16:41:13 +10:00
dry_run: false
exclude:
- '*.db'
- '*.log*'
- __pycache__
- ._*
- .DS_Store
- deps/
- known_devices.yaml
- tts/
- '*.tmp'
- '*.swp'
- '*.bak'
- .nvimlog
- build/
- '*.fault'
- secrets.yaml
- esphome/common/secrets.yaml
- .stversions
- custom_components
- .st*
- ~*-*.yaml
- log.text
- /www/
- .local/
- .vscode/
- .cache/
- .bash_history
export:
addons: true
esphome: true
lovelace: true
node_red: true
repository:
branch_name: main
commit_message: Home Assistant Git Exporter
2022-05-12 13:08:48 +10:00
password: '!secret git_export_token'
2022-05-11 16:41:13 +10:00
pull_before_push: true
url: '!secret git_export_url'
2022-05-12 13:08:48 +10:00
username: '!secret git_export_token'