From 1c219aa5649dfa57bc5f426aca23113daae70838 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 30 Dec 2025 21:35:51 +0000 Subject: [PATCH] fix: Update agent capability to DisplayYesNo Co-authored-by: aider (gemini/gemini-2.5-pro) --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 1fc328c..9bbd038 100644 --- a/main.py +++ b/main.py @@ -26,7 +26,7 @@ DEVICE_IFACE = 'org.bluez.Device1' AGENT_IFACE = 'org.bluez.Agent1' AGENT_MANAGER_IFACE = 'org.bluez.AgentManager1' AGENT_PATH = '/io/bluetooth_speaker/agent' -CAPABILITY = 'NoInputNoOutput' +CAPABILITY = 'DisplayYesNo' class Agent(ServiceInterface): def __init__(self, interface_name):