2022-05-11 16:41:13 +10:00
|
|
|
automation:
|
|
|
|
- id: f0ca9ef44d3b606864eea88a4704baf60d33614b
|
|
|
|
alias: Export HA config to git repo
|
|
|
|
trigger:
|
2022-05-12 13:08:48 +10:00
|
|
|
# every hour, but not on the hour
|
2022-05-11 16:41:13 +10:00
|
|
|
- platform: time_pattern
|
|
|
|
minutes: 25
|
|
|
|
action:
|
|
|
|
- service: hassio.addon_start
|
|
|
|
data:
|
2022-05-12 13:08:48 +10:00
|
|
|
addon: "243ffc37_git-exporter"
|