Skip to main content

Command line interface to install Home Assistant Community Store packages

Project description

unhacs

A command line alternative to the "Home Assistant Community Store", aka HACS

Installation

pipx install unhacs

Usage

Unhacs provides several commands to manage your Home Assistant packages:

Add a package

To add a package, use the add command followed by the URL of the package. Optionally, you can specify the package name and version:

unhacs add --url <package_url> --name <package_name> --version <version>

If the package already exists, you can update it by adding the --update flag:

unhacs add --url <package_url> --update

List packages

To list all installed packages, use the list command:

unhacs list

For a more detailed output, add the --verbose flag:

unhacs list --verbose

Remove a package

To remove a package, use the remove command followed by the name of the package:

unhacs remove <package_name>

Upgrade packages

To upgrade all packages, use the upgrade command:

unhacs upgrade

To upgrade specific packages, add their names after the upgrade command:

unhacs upgrade <package_name_1> <package_name_2> ...

License

Unhacs is licensed under the MIT License. See the LICENSE file for more details.

Original repo

Originally hosted at https://git.iamthefij.com/iamthefij/unhacs.git

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unhacs-0.4.0.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

unhacs-0.4.0-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page