From c506486a329b0140b9b0b91de46a430fbcc4e041 Mon Sep 17 00:00:00 2001
From: "Edgar P. Burkhart" <git@edgarpierre.fr>
Date: Mon, 10 Mar 2025 09:33:21 +0100
Subject: [PATCH] Add optional dependencies for playback control, volume
 control, and notification support; update README with project description

---
 PKGBUILD  | 3 +++
 README.md | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/PKGBUILD b/PKGBUILD
index 1a337e8..bffede9 100644
--- a/PKGBUILD
+++ b/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")
diff --git a/README.md b/README.md
index e69de29..7c15051 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,5 @@
+# HassPy
+
+![](icon.svg)
+
+Utilitaire qui permet de contrĂ´ler un ordinateur sur Linux via Home Assistant.