Add optional dependencies for playback control, volume control, and notification support; update README with project description

This commit is contained in:
Edgar P. Burkhart 2025-03-10 09:33:21 +01:00
parent e4a0b66252
commit c506486a32
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 8 additions and 0 deletions

View file

@ -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")

View file

@ -0,0 +1,5 @@
# HassPy
![](icon.svg)
Utilitaire qui permet de contrôler un ordinateur sur Linux via Home Assistant.