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
hapm-0.2.1.tar.gz
(24.9 kB
view hashes)
Built Distribution
hapm-0.2.1-py3-none-any.whl
(24.6 kB
view hashes)