diff --git a/src/govee_local_api/light_capabilities.py b/src/govee_local_api/light_capabilities.py index 3cd05f0..bd9e2a1 100644 --- a/src/govee_local_api/light_capabilities.py +++ b/src/govee_local_api/light_capabilities.py @@ -227,7 +227,7 @@ def create_with_capabilities( "H7052": BASIC_CAPABILITIES, "H7075": BASIC_CAPABILITIES, "H70A1": create_with_capabilities(True, True, True, 15, True), - "H70A2": create_with_capabilities(True, True, True, 15, True), + "H70A2": create_with_capabilities(True, True, True, 20, True), "H70A3": create_with_capabilities(True, True, True, 15, True), "H70B1": BASIC_CAPABILITIES, "H70B3": BASIC_CAPABILITIES,