diff --git a/src/govee_local_api/light_capabilities.py b/src/govee_local_api/light_capabilities.py index ce65249..e301e5d 100644 --- a/src/govee_local_api/light_capabilities.py +++ b/src/govee_local_api/light_capabilities.py @@ -124,6 +124,7 @@ def create_with_capabilities( "H6062": BASIC_CAPABILITIES, "H6065": BASIC_CAPABILITIES, "H6066": BASIC_CAPABILITIES, + "H6069": create_with_capabilities(True, False, True, 20, True), "H6067": BASIC_CAPABILITIES, "H606A": BASIC_CAPABILITIES, "H6088": BASIC_CAPABILITIES, @@ -143,6 +144,7 @@ def create_with_capabilities( "H6110": BASIC_CAPABILITIES, "H6117": BASIC_CAPABILITIES, "H612A": BASIC_CAPABILITIES, + "H612F": create_with_capabilities(True, True, True, 5, True), "H6144": BASIC_CAPABILITIES, "H6159": BASIC_CAPABILITIES, "H615A": create_with_capabilities(True, True, True, 0, True), @@ -183,8 +185,11 @@ def create_with_capabilities( "H61D5": BASIC_CAPABILITIES, "H61E0": BASIC_CAPABILITIES, "H61E1": BASIC_CAPABILITIES, + "H61E5": BASIC_CAPABILITIES, "H61E6": create_with_capabilities(True, True, True, 15, True), "H61F5": BASIC_CAPABILITIES, + "H6640": create_with_capabilities(True, True, True, 8, True), + "H6641": create_with_capabilities(True, True, True, 14, True), "H7012": create_with_capabilities(False, False, True, 0, False), "H7013": create_with_capabilities(False, False, True, 0, False), "H7021": BASIC_CAPABILITIES, @@ -224,6 +229,7 @@ def create_with_capabilities( "H70A2": create_with_capabilities(True, True, True, 15, True), "H70A3": create_with_capabilities(True, True, True, 15, True), "H70B1": BASIC_CAPABILITIES, + "H70B3": BASIC_CAPABILITIES, "H70BC": BASIC_CAPABILITIES, "H70D1": BASIC_CAPABILITIES, "H805C": BASIC_CAPABILITIES,