Skip to content

Commit

Permalink
Feature/new devices (#106)
Browse files Browse the repository at this point in the history
* Fix segments for H70A2

* Add H6042
  • Loading branch information
Galorhallen authored Jan 26, 2025
1 parent 069dfd6 commit 24dfe84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/govee_local_api/light_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -226,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,
Expand Down

0 comments on commit 24dfe84

Please sign in to comment.