-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an issue around color temp (#107)
* Fix an issue where the color-mode white incorrectly assumed temperature Sem-Ver: bugfix
- Loading branch information
1 parent
ae2fe56
commit 9a7ebd9
Showing
4 changed files
with
616 additions
and
7 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
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,12 +1,13 @@ | ||
{ | ||
"domain": "hubspace", | ||
"name": "hubspace", | ||
"codeowners": ["@jdeath"], | ||
"codeowners": ["@jdeath", "@Expl0dingBanana"], | ||
"config_flow": true, | ||
"dependencies": [], | ||
"documentation": "https://github.com/jdeath/Hubspace-Homeassistant/blob/main/README.md", | ||
"iot_class": "cloud_polling", | ||
"issue_tracker": "https://github.com/jdeath/Hubspace-Homeassistant/issues", | ||
"requirements": ["hubspace-async==0.1.0", "aiofiles==24.1.0"], | ||
"loggers": ["hubspace_async"], | ||
"requirements": ["hubspace-async==0.4.1", "aiofiles==24.1.0"], | ||
"version": "1.0" | ||
} |
Oops, something went wrong.