-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
60 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# Changelog | ||
|
||
## [0.0.4](https://github.com/rytilahti/python-yeelightbt/tree/0.0.4) (2019-02-26) | ||
|
||
[Full Changelog](https://github.com/rytilahti/python-yeelightbt/compare/0.0.3.1...0.0.4) | ||
|
||
**Closed issues:** | ||
|
||
- object has no attribute 'update\_ha\_state' [\#27](https://github.com/rytilahti/python-yeelightbt/issues/27) | ||
- Error message [\#25](https://github.com/rytilahti/python-yeelightbt/issues/25) | ||
- yeelightbt got error, is it due to phyton version2? [\#23](https://github.com/rytilahti/python-yeelightbt/issues/23) | ||
- which file should i copy to custom\_components? [\#22](https://github.com/rytilahti/python-yeelightbt/issues/22) | ||
- Cannot import name 'SymmetricMapping' [\#18](https://github.com/rytilahti/python-yeelightbt/issues/18) | ||
- Issues \(different\) on both PY2.7 and PY3.5 [\#17](https://github.com/rytilahti/python-yeelightbt/issues/17) | ||
- from Construct developer, a note [\#15](https://github.com/rytilahti/python-yeelightbt/issues/15) | ||
|
||
**Merged pull requests:** | ||
|
||
- Support more recent construct releases [\#28](https://github.com/rytilahti/python-yeelightbt/pull/28) ([arekbulski](https://github.com/arekbulski), [rytilahti](https://github.com/rytilahti)) | ||
- Update color parameter in HA component [\#20](https://github.com/rytilahti/python-yeelightbt/pull/20) ([vladisnik](https://github.com/vladisnik)) | ||
|
||
## [0.0.3.1](https://github.com/rytilahti/python-yeelightbt/tree/0.0.3.1) (2018-02-04) | ||
|
||
[Full Changelog](https://github.com/rytilahti/python-yeelightbt/compare/0.0.3...0.0.3.1) | ||
|
||
**Closed issues:** | ||
|
||
- Error while running [\#14](https://github.com/rytilahti/python-yeelightbt/issues/14) | ||
- Installation Problem [\#13](https://github.com/rytilahti/python-yeelightbt/issues/13) | ||
- state-request works but control doesn't work [\#11](https://github.com/rytilahti/python-yeelightbt/issues/11) | ||
- Multiple lamps [\#10](https://github.com/rytilahti/python-yeelightbt/issues/10) | ||
|
||
## [0.0.3](https://github.com/rytilahti/python-yeelightbt/tree/0.0.3) (2018-02-04) | ||
|
||
[Full Changelog](https://github.com/rytilahti/python-yeelightbt/compare/v0.0.2...0.0.3) | ||
|
||
**Closed issues:** | ||
|
||
- homeassistant Unable to load plug-in [\#9](https://github.com/rytilahti/python-yeelightbt/issues/9) | ||
- Scan without --mac [\#8](https://github.com/rytilahti/python-yeelightbt/issues/8) | ||
- Traceback \(most recent call last\) on scan [\#7](https://github.com/rytilahti/python-yeelightbt/issues/7) | ||
- Ha plugin installation error [\#6](https://github.com/rytilahti/python-yeelightbt/issues/6) | ||
- Ha plugin installation consulting [\#5](https://github.com/rytilahti/python-yeelightbt/issues/5) | ||
- yeelightbt scan [\#4](https://github.com/rytilahti/python-yeelightbt/issues/4) | ||
|
||
## [v0.0.2](https://github.com/rytilahti/python-yeelightbt/tree/v0.0.2) (2017-02-02) | ||
|
||
[Full Changelog](https://github.com/rytilahti/python-yeelightbt/compare/5e3f8e55143d55fe82d77793a5535157be34a564...v0.0.2) | ||
|
||
**Closed issues:** | ||
|
||
- ImportError: No module named main [\#3](https://github.com/rytilahti/python-yeelightbt/issues/3) | ||
- trace [\#2](https://github.com/rytilahti/python-yeelightbt/issues/2) | ||
- Can't install in homeassistant [\#1](https://github.com/rytilahti/python-yeelightbt/issues/1) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
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,2 +1,2 @@ | ||
# flake8: noqa | ||
__version__ = "0.0.2" | ||
__version__ = "0.0.4" |