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,