Custom Home Assistant add-ons by Howmation.
Back up Home Assistant to Internxt Drive — private, end-to-end encrypted cloud storage. Runs the official Internxt CLI as a WebDAV server on Home Assistant's internal network, ready to plug into the core WebDAV integration and the built-in backup system.
-
Click the Add repository button above, or go to Settings → Add-ons → Add-on Store, open the ⋯ menu → Repositories, and paste:
https://github.com/HowmationFr/HowmationAddons -
The Howmation add-ons appear at the bottom of the store — install, configure, start.
Standard Home Assistant add-on repository layout:
HowmationAddons/
├── repository.yaml # repository metadata
├── .github/workflows/ # CI: add-on linter + test builds
└── internxt_webdav/ # one folder per add-on
├── config.yaml # add-on manifest (slug, version, options…)
├── build.yaml # pinned upstream base image per arch
├── Dockerfile
├── run.sh # startup: options → Internxt CLI
├── health_check.sh # Docker healthcheck wrapper
├── DOCS.md # "Documentation" tab in HA
├── CHANGELOG.md
└── translations/ # config UI strings (EN + FR)
User-facing option labels are localized through the HA-native translations/<lang>.yaml files; the Supervisor picks the language from your HA UI settings.
Found a bug or want a feature? Open an issue.
Pull requests are welcome — see CONTRIBUTING.md for the ground rules (local testing, versioning policy, review process).