I was able to get this working for minor updates but not for the Home Assistant Operating System. (at least versions 8.0 and 8.1 have shown pending and have not been automatically applied.)
Here is how I have it configured:
Here is the YAML version:
alias: Auto Run Upgrades
description: ''
trigger:
- platform: time
at: '04:00:00'
condition: []
action:
- service: update.install
data:
backup: true
target:
device_id:
- cf94e6e1226df07e485561f25a050259
- 8c6500baaa99e82110f2544d46de91b5
- 1b9f42d0efb718b678a3b94ace7bd91a
- 5e7ab1dc9b9d68e2e666ff6d41e9af53
- 59c6285a9afdd0b1e94dda917c4c3f1c
- ef9f35ecf327aead3f5107116021b7bd
- 830014dfaeba1ed5783b7868209eea37
- 964ddc565d7d626bdd721a24cce72100
entity_id:
- update.file_editor_update
- update.home_assistant_core_update
- update.home_assistant_google_drive_backup_update
- update.home_assistant_operating_system_update
- update.home_assistant_supervisor_update
- update.node_red_update
- update.samba_share_update
- update.terminal_ssh_update
- update.home_assistant_operating_system_update
mode: single
Is there something I’m missing?
