Skip to content

Commit

Permalink
Add H7020
Browse files Browse the repository at this point in the history
  • Loading branch information
Galorhallen committed Apr 22, 2024
1 parent 2327166 commit ee69e6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/govee_local_api/light_capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,9 @@ class GoveeLightCapability(Enum):
GoveeLightCapability.COLOR_KELVIN_TEMPERATURE,
GoveeLightCapability.BRIGHTNESS,
},
"H7020": {
GoveeLightCapability.COLOR_RGB,
GoveeLightCapability.COLOR_KELVIN_TEMPERATURE,
GoveeLightCapability.BRIGHTNESS,
},
}

0 comments on commit ee69e6d

Please sign in to comment.