Skip to content

Commit

Permalink
Feature/devices support (#95)
Browse files Browse the repository at this point in the history
* Support for H6640 and H6641

* Support for H61E5

* Support for H6069

* Support for H612F
  • Loading branch information
Galorhallen authored Jan 4, 2025
1 parent e593685 commit 0c780fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/govee_local_api/light_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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),
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 0c780fe

Please sign in to comment.