Skip to content

Commit

Permalink
Features/lights (#77)
Browse files Browse the repository at this point in the history
* Add H70A2

* Add H70BC

* Add H612A

* Add H70D1

* Add H61E6
  • Loading branch information
Galorhallen authored Nov 28, 2024
1 parent 49eda93 commit 0715013
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/govee_local_api/light_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ def create_with_capabilities(
"H610B": BASIC_CAPABILITIES,
"H6110": BASIC_CAPABILITIES,
"H6117": BASIC_CAPABILITIES,
"H612A": BASIC_CAPABILITIES,
"H6144": BASIC_CAPABILITIES,
"H6159": BASIC_CAPABILITIES,
"H615A": create_with_capabilities(True, True, True, 0, True),
Expand Down Expand Up @@ -182,7 +183,10 @@ def create_with_capabilities(
"H61D5": BASIC_CAPABILITIES,
"H61E0": BASIC_CAPABILITIES,
"H61E1": BASIC_CAPABILITIES,
"H61E6": BASIC_CAPABILITIES,
"H61F5": BASIC_CAPABILITIES,
"H7012": create_with_capabilities(False, False, True, 0, False),
"H7013": create_with_capabilities(False, False, True, 0, False),
"H7021": BASIC_CAPABILITIES,
"H7028": BASIC_CAPABILITIES,
"H7041": BASIC_CAPABILITIES,
Expand Down Expand Up @@ -214,9 +218,10 @@ def create_with_capabilities(
"H7039": BASIC_CAPABILITIES,
"H7052": BASIC_CAPABILITIES,
"H7075": BASIC_CAPABILITIES,
"H70B1": BASIC_CAPABILITIES,
"H70A1": BASIC_CAPABILITIES,
"H7012": create_with_capabilities(False, False, True, 0, False),
"H7013": create_with_capabilities(False, False, True, 0, False),
"H70A2": BASIC_CAPABILITIES,
"H70B1": BASIC_CAPABILITIES,
"H70BC": BASIC_CAPABILITIES,
"H70D1": BASIC_CAPABILITIES,
"H805C": BASIC_CAPABILITIES,
}

0 comments on commit 0715013

Please sign in to comment.