Skip to content

Tags: jcwillox/hass-auto-backup

Tags

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: missing imports error on HA 2026.5.0 (#224)

* Fix import error on HA 2026.5.0 (hassio constants moved to const submodule)

HA 2026.5.0 removed ATTR_FOLDERS, ATTR_ADDONS, ATTR_PASSWORD, and
ATTR_HOMEASSISTANT_EXCLUDE_DATABASE from homeassistant.components.hassio.
These constants still exist in homeassistant.components.hassio.const.

Change the import source in __init__.py, manager.py, and handlers.py
from homeassistant.components.hassio to homeassistant.components.hassio.const.

Fixes #221, #222, #223

* Add backwards-compatible import fallback for HA < 2026.5

Use try/except to import hassio constants from the new location
(hassio.const) with a fallback to hassio.__init__ for older HA versions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v1.8.1

Toggle v1.8.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jcwillox Josh Willox
ci: fix release workflow

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jcwillox Josh Willox
ci: update release workflow

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add `encrypted` option for default backup encryption (#186)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
jcwillox Josh Willox
docs: add video link to overview

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: replace deprecated `is_hassio` method in HA 2024.11 (#165)

Fixes: #163, #158

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: async timeout does not support context manager error (#164)

Fixes: #159

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: update service exclude descriptions (#156)

* Correct descriptions in services.yaml (exclude)

* Additional update

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add urdu translations (#120)

* Create ur.json

added Urdu translation

* Update ur.json

---------

Co-authored-by: Josh Willox <joshwillox@gmail.com>

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
jcwillox Josh Willox
refactor: un-deprecate `download_path` option

Enough people are using this, so we'll keep this feature for now.

This reverts commit 6354f9f.