-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Presence detection for tp link eap225 #8322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presence detection for tp link eap225 #8322
Conversation
…b.com/alexrockt/home-assistant into presence_detection_for_tp_link_eap225
@alexrockt, thanks for your PR! By analyzing the history of the files in this pull request, we identified @michaelarnauts, @fabaff and @mKeRix to be potential reviewers. |
…b.com/alexrockt/home-assistant into presence_detection_for_tp_link_eap225 rebase with dev
Nice! 🐬 |
This PR reverted changes in snips.py and broke lint check:
|
Yeah my bad, I fixed it. |
This PR seems to introduce an exception causing other tp-link device backends not to be queried because this new one fails. Solution: add Traceback:
|
This regression was introduced by home-assistant#8322. Fix is to utf encode the password like the other TP-Link backends do.
* Added support for TP-Link EAP 225 * code style changes * more code style changes * more understandable variable name * Added support for TP-Link EAP 225 * code style changes * more code style changes * more understandable variable name * Fix pylint issue (home-assistant#8325) * Added support for TP-Link EAP 225 * code style changes * more code style changes * more understandable variable name * Added support for TP-Link EAP 225 * code style changes * Update snips.py
* Fix TP-Link device tracker regression since 0.49 This regression was introduced by home-assistant#8322. Fix is to utf encode the password like the other TP-Link backends do. * Fix linting issue introduced in previous commit Commit in question: 677f3fb
Description:
Support for presence detection with TP-Link EAP225.
If the code does not interact with devices:
tox
run successfully. Your PR cannot be merged unless tests pass