Add optional dependencies for playback control, volume control, and notification support; update README with project description
This commit is contained in:
parent
e4a0b66252
commit
c506486a32
2 changed files with 8 additions and 0 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -8,6 +8,9 @@ url="https://git.edgarpierre.fr/edpibu/hasspy"
|
|||
license=('GPL-3.0-or-later')
|
||||
depends=('python-paho-mqtt' 'python-pillow')
|
||||
makedepends=('git' 'uv' 'python-installer') # 'bzr', 'git', 'mercurial' or 'subversion'
|
||||
optdepends=('playerctl: Playback control'
|
||||
'wireplumber: Volume control'
|
||||
'libnotify: Notification support')
|
||||
provides=("${pkgname%-git}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
backup=("etc/hasspy/config.toml")
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# HassPy
|
||||
|
||||

|
||||
|
||||
Utilitaire qui permet de contrôler un ordinateur sur Linux via Home Assistant.
|
Loading…
Add table
Reference in a new issue