Skip to content

Commit

Permalink
Fix Issue #65
Browse files Browse the repository at this point in the history
  • Loading branch information
monty68 committed Nov 10, 2024
1 parent b2acb5e commit d217f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/uniled/lib/ble/led_chord.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def __init__(self, id: int, name: str, info: str, data: bytes, channels: int = 1
description=info,
manufacturer="SPLED (LED Chord)",
channels=channels,
ble_manufacturer_id=0,
ble_manufacturer_id=[0, 21301], # Fix Issue #65
ble_service_uuids=[LEDCHORD_UUID_FORMAT.format(part) for part in ["ffe0"]],
ble_write_uuids=[LEDCHORD_UUID_FORMAT.format(part) for part in ["ffe1"]],
ble_read_uuids=[],
Expand Down

0 comments on commit d217f79

Please sign in to comment.