diff --git a/src/govee_local_api/light_capabilities.py b/src/govee_local_api/light_capabilities.py index 7b147ff..bd9e2a1 100644 --- a/src/govee_local_api/light_capabilities.py +++ b/src/govee_local_api/light_capabilities.py @@ -114,6 +114,7 @@ def create_with_capabilities( GOVEE_LIGHT_CAPABILITIES: dict[str, GoveeLightCapabilities] = { # Models with common features "H600D": BASIC_CAPABILITIES, + "H6042": create_with_capabilities(True, True, True, 5, True), "H6046": BASIC_CAPABILITIES, "H6047": BASIC_CAPABILITIES, "H6051": BASIC_CAPABILITIES,