diff --git a/custom_components/lednetwf_ble/lednetwf.zip b/custom_components/lednetwf_ble/lednetwf.zip deleted file mode 100644 index c35c3f4..0000000 Binary files a/custom_components/lednetwf_ble/lednetwf.zip and /dev/null differ diff --git a/custom_components/lednetwf_ble/models/model_0x53.py b/custom_components/lednetwf_ble/models/model_0x53.py index c71a6f5..f014103 100644 --- a/custom_components/lednetwf_ble/models/model_0x53.py +++ b/custom_components/lednetwf_ble/models/model_0x53.py @@ -10,7 +10,7 @@ EFFECT_OFF ) -SUPPORTED_MODELS = [0x00, 0x53, 0x55] # Probably 0x55 is not supported here, but in 0x54 instead +SUPPORTED_MODELS = [0x00, 0x53] EFFECTS_LIST_0x53 = [ "Gold Ring", diff --git a/custom_components/lednetwf_ble/models/model_0x54.py b/custom_components/lednetwf_ble/models/model_0x54.py index 52463c1..3642cc7 100644 --- a/custom_components/lednetwf_ble/models/model_0x54.py +++ b/custom_components/lednetwf_ble/models/model_0x54.py @@ -12,7 +12,7 @@ EFFECT_OFF ) -SUPPORTED_MODELS = [0x54, 0x62] +SUPPORTED_MODELS = [0x54, 0x55, 0x62] # This device only supports three colour orders, so override the defaults with our own # In order to maintain compatibility with the rest of the code, we'll use some of the same values for unsupported colour orders