chvolkmann / govee_btled

A Python wrapper for controlling a cheap Bluetooth RGB light bulb.
91 stars 14 forks source link

Adds parameter for BLEAddressType #11

Open Noahnoah55 opened 11 months ago

Noahnoah55 commented 11 months ago

Not sure why but I can't connect to my H6001 without setting address_type to random, so I added an option to set it when constructing a BluetoothLED object.

Let me know if anything needs changing!