Seeking assistance with Auto Backup HACS integration
I installed the Auto Backup HACS integration and I have a network storage configured in Home Assistant (FYI, I’m running HAOS). If I use HA’s Developer Tools and manually call the “Auto Backup: Backup Full” service, there is a “Location” field where I can select my network storage. The backup successfully completes and saves to my network storage.
But in an Automation (based on the Auto Backup bluerpint), I can’t find a way to configure the Location - it defaults to HA’s data disk (i.e., /root/backup
). DO I have to manually add the location in the yaml? If so, how do I access the actual yaml? When I select “Edit in YAML”, all I see is the barebones blueprint YAML:
<span style="color:#323232;">alias: Automatic Backups
</span><span style="color:#323232;">description: using the Auto Backup HACS integration
</span><span style="color:#323232;">use_blueprint:
</span><span style="color:#323232;"> path: jcwillox/automatic_backups.yaml
</span><span style="color:#323232;"> input:
</span><span style="color:#323232;"> backup_time: "02:00:00"
</span><span style="color:#323232;"> enable_yearly: false
</span>
When I view the automation’s traces I can see much more detailed YAML, but I can’t edit it.
Thanks for assistance.
Add comment