From 95d7c42e6a8f0fd34bbf13f9d7bd05be71a4141d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jan 2026 08:47:31 -1000 Subject: [PATCH] Require service_uuid and service_data_uuid to match hue ble (#160321) --- homeassistant/components/hue_ble/manifest.json | 3 ++- homeassistant/generated/bluetooth.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/hue_ble/manifest.json b/homeassistant/components/hue_ble/manifest.json index ce3b4b4e585..707594fcde1 100644 --- a/homeassistant/components/hue_ble/manifest.json +++ b/homeassistant/components/hue_ble/manifest.json @@ -4,7 +4,8 @@ "bluetooth": [ { "connectable": true, - "service_data_uuid": "0000fe0f-0000-1000-8000-00805f9b34fb" + "service_data_uuid": "0000fe0f-0000-1000-8000-00805f9b34fb", + "service_uuid": "0000fe0f-0000-1000-8000-00805f9b34fb" } ], "codeowners": ["@flip-dots"], diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index f212b6aadb4..51709a3b548 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -323,6 +323,7 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [ "connectable": True, "domain": "hue_ble", "service_data_uuid": "0000fe0f-0000-1000-8000-00805f9b34fb", + "service_uuid": "0000fe0f-0000-1000-8000-00805f9b34fb", }, { "connectable": True,