No description
Find a file
2024-04-04 01:57:14 +00:00
.github formatting fixes 2024-03-26 14:24:33 -05:00
apps/hacs-unofficial-autoupdater added manual update functionality. 2024-03-26 14:52:50 -05:00
.gitattributes Initial commit 2024-03-26 12:03:31 -05:00
.gitignore Updated validation workflow, added .vscode to .gitignore 2024-03-26 13:27:11 -05:00
hacs.json renaming and restructuring for valid HACS structure. 2024-03-26 14:15:12 -05:00
LICENSE Initial commit 2024-03-26 12:03:31 -05:00
README.md removed test commit from code-server 2024-04-04 01:57:14 +00:00

HACS Unofficial Autoupdater - Automatic Update Management for Home Assistant

Have you ever gone a bit without checking HACS for integration updates, just to be greeted by a dozen integrations that individually need updating? If so, this is the app for you.

The HACS Unofficial Autoupdater will check all of your installed integrations, (including itself) for updates, apply the updates, and then restart Home Assistant.

Features

  • Automatic daily update checks for HACS and HACS integrations.
  • Seamless update installation for HACS and integrations.
  • Automatic backup of your configuration before updates.
  • Restarts Home Assistant after applying updates (configurable).

Requirements

  • Home Assistant
  • HACS integration installed in Home Assistant (Installation instructions can be found here.)
  • Home Assistant Supervisor (required for the backup functionality.)

Installation

Install the App in HACS:

Within Home Assistant, navigate to the "HACS" section. Click "Explore & Download Repositories". Search for "HACS Unofficial Autoupdater". Install the "HACS Unofficial Autoupdater" integration.

Customization

You can customize both the update check interval and the backup interval by defining them in the apps.yaml file. They are the values update_interval and backup_interval. They are both set in seconds. These are the default values:

  update_interval: 86400
  backup_interval: 3600