Skip to content

Commit

Permalink
Fix segments for H70A2
Browse files Browse the repository at this point in the history
  • Loading branch information
Galorhallen committed Jan 26, 2025
1 parent fd39f69 commit b58daed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govee_local_api/light_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b58daed

Please # to comment.