-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for manually entered devices (#126)
* Update dev to version 2.0.2 * Feature/new devices (#117) * Add H612B * Add H61C2 * Add H605D * Add H6167 * Update issue template * add segment number to h61e5 according to app (#116) * Add support for H6609 (#119) * Feature/new devices (#124) * Add H6008 * Add H61B3 * Add H8072 * Manual devices (#125) Add the capability to manually add a device by it's IP address, bypassing discovery. Device must still be reachable by unicast scan and update messages. --------- Co-authored-by: Niklas K. <46166944+NIREKI@users.noreply.github.com> Co-authored-by: Jan Novotný <novotny.jan23+github@gmail.com>
- Loading branch information
1 parent
d604c2f
commit 9858b5b
Showing
9 changed files
with
269 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,26 @@ | ||
--- | ||
name: Feature request | ||
about: Request support for a light model | ||
title: '' | ||
title: "" | ||
labels: enhancement | ||
assignees: Galorhallen | ||
|
||
--- | ||
|
||
## 🚀 Light Support Template for Govee LAN API Library | ||
|
||
--- | ||
|
||
### 💡 Light Details | ||
|
||
Provide information about the Govee light(s) features: | ||
- **Model**: | ||
|
||
- **Model**: | ||
- **Supported Functionalities**: | ||
- [ ] RGB | ||
- [ ] Brightness | ||
- [ ] White Temperature | ||
- [ ] Scenes | ||
- **Number of Segments**: | ||
- [ ] Segments (Please, specify the number of segments showed in the app, otherwise the feature will not be added to the device) | ||
- **Number of Segments**: | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
"GoveeLightCapabilities", | ||
] | ||
|
||
__version__ = "2.0.1" | ||
__version__ = "2.1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.