-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix connection for HUB version 4.15.250 Fix for HUB version 4.15.250; aioharmony will not work with lower versions. * Use XMPP instead of web sockets Use XMPP instead of web sockets * Workaround for xmpp issue in Home Assistant * Removed wait, does not work * Add identifier to logger entries in responsehandler Added identifier for which HUB any log messages are produced from responsehandler, making it easier to determine the HUB it is for. * Add slixmpp in setup.py required list Added slixmpp in setup.py for required package. * Update version as beta right now * Added release notes Added release notes * Potential fix for Host unreachable issues * Update __version__.py * Update to wait times on reconnect * Merge for web socket reconnect fix Merge for potential web socket reconnect fix * Flake8 * Beta version update * Further websocket fixes * Changed timeout Changed timeout from 30 seconds to 5 seconds Sleep for 1 second before trying reconnects. * Fixed debug logging issue on reconnects * Update to beta version 8 after merge * Fixes after merge * Enable cleanup after closing websocket * Set version to 0.2.0 * Add instructions for enabling XMPP
- Loading branch information
1 parent
0961024
commit 13c2b07
Showing
12 changed files
with
571 additions
and
126 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
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 +1 @@ | ||
__version__ = '0.1.12' | ||
__version__ = '0.2.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.