Home Assistant package management applications
Project description
Home Assistant Package Manager
Package manager for Home Assistant which allows you to prepare components for a Stateless Docker image.
Installation
pip install hapm
Configuration
A manifest (hapm.yaml
) is a list of links, divided into several categories. The links are written in a special format and necessarily have a version with @
in it.
For example: github.com/user/integration@v1.0.0
.
The version specifies an existing tag or branch in the specified repository.
A link may not have an https prefix, in which case it will be inserted automatically during the reading phase.
integrations:
- github.com/mishamyrt/dohome_rgb@v0.3.0
- github.com/mishamyrt/myrt_desk_hass@master
Initialize empty config
hapm init
Sync remote packages
hapm sync
Export
hapm export <path>
List
hapm list
Add new package
hapm install -t integrations mishamyrt/assisted_pol@v0.2.4
Update package
hapm install mishamyrt/assisted_pol@v0.2.4
Updates
# Prints updates
hapm updates
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
Built Distribution
File details
Details for the file hapm-0.2.1.tar.gz
.
File metadata
- Download URL: hapm-0.2.1.tar.gz
- Upload date:
- Size: 24.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7843cfc8c6c515d5f330c13e8684826bba92c396cd108153ffb8766262526bd2 |
|
MD5 | dd59e51419f219ccafa1bd023e86ef58 |
|
BLAKE2b-256 | ee828736012b09cff9de74e1e437a717c59faf704bcf9812a7e4147171088803 |
File details
Details for the file hapm-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: hapm-0.2.1-py3-none-any.whl
- Upload date:
- Size: 24.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e03f9a30efbd6f3e97e57dc0d49c49cd671f63805f24cf79cd4a9cc17d644e0a |
|
MD5 | 27501a8cf1eb6e40e0a2fa809ddcb29f |
|
BLAKE2b-256 | 5f5eead1cfa7203cdc0363550af4a1a5e9bce07f7cbef66e587e5aa1f062fdf5 |