From 552450f61ea60d4766cb94f9f33e2114d5e77403 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Fri, 31 Jul 2026 16:54:47 -0400 Subject: [PATCH 1/2] Include aiocache in requirements --- custom_components/mass_queue/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mass_queue/manifest.json b/custom_components/mass_queue/manifest.json index ef6c9ae..3bf536f 100644 --- a/custom_components/mass_queue/manifest.json +++ b/custom_components/mass_queue/manifest.json @@ -9,7 +9,7 @@ "integration_type": "service", "iot_class": "local_push", "issue_tracker": "https://github.com/droans/mass_queue/issues", - "requirements": ["music-assistant-client"], + "requirements": ["music-assistant-client", "aiocache"], "ssdp": [], "version": "0.10.2", "zeroconf": ["_mass._tcp.local."] From eff121ca661c7d3b114b1d0d385dccbc652c8b7b Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Fri, 31 Jul 2026 16:54:52 -0400 Subject: [PATCH 2/2] Version bump --- custom_components/mass_queue/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/mass_queue/manifest.json b/custom_components/mass_queue/manifest.json index 3bf536f..383b5cb 100644 --- a/custom_components/mass_queue/manifest.json +++ b/custom_components/mass_queue/manifest.json @@ -11,6 +11,6 @@ "issue_tracker": "https://github.com/droans/mass_queue/issues", "requirements": ["music-assistant-client", "aiocache"], "ssdp": [], - "version": "0.10.2", + "version": "0.10.3", "zeroconf": ["_mass._tcp.local."] }