Cloud backup locations not showing up in hassio.backup_full/partial actions

IDK if this would fall into a bug, feature request or i'm missing something dumb but.. Cloud backup locations are not showing up in hassio.backup_full/partial actions


But if i go into system > backups > backup now > manual backup, the cloud locations show up.

Both google and one drive are using the native integrations, what am i missing for these to show up in hassio.backup_full/partial actions?

  • Core2026.6.4
  • Supervisor2026.06.2
  • Operating System18.0
  • Frontend20260527.7

What happens if you switch the automation to yaml mode after selecting a cloud location, then pasting the location yaml in the Dev Tools (also in yaml mode)?

If the command completes successfully, then it's a Frontend issue. If it fails, then it's a Core issue.

I’m not sure where you are talking about to do this. hassio.backup_full/partial actions shows the same 2 backup locations in dev tools as it does in automations. The only place that shows the cloud backup locations is system > backups > backup now.

If you have screenshots of where i missed in system > backups > backup now to get the yaml, i’ll be happy to give it a shot.

Ah dammit, thought that second screenshot was from an automation, not the manual backup screen. Should have let the coffee kick in before replying

If it's any help, yaml mode in dev tools will let you type in any location, but you'd obviously have to know the path/name to test this.

action: hassio.backup_partial
data:
  name: Partial backup 1
  location: my_backup_mount

No worries, it happens to the best of us. I think i'll just open a bug on git. Even if it ends up being a feature request, it will be in the right place to be fixed.