Skip to content
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

Replace event_loop with loop #107

Merged
merged 1 commit into from
May 7, 2018
Merged

Replace event_loop with loop #107

merged 1 commit into from
May 7, 2018

Conversation

cdce8p
Copy link
Contributor

@cdce8p cdce8p commented May 2, 2018

No description provided.

@codecov-io
Copy link

codecov-io commented May 2, 2018

Codecov Report

Merging #107 into dev will not change coverage.
The diff coverage is 63.15%.

@@           Coverage Diff           @@
##              dev     #107   +/-   ##
=======================================
  Coverage   50.59%   50.59%           
=======================================
  Files          14       14           
  Lines        1336     1336           
  Branches      141      141           
=======================================
  Hits          676      676           
  Misses        647      647           
  Partials       13       13
Impacted Files Coverage Δ
pyhap/accessory.py 51.64% <44.44%> (ø) ⬆️
pyhap/accessory_driver.py 56.27% <80%> (ø) ⬆️

This was referenced May 3, 2018
@ikalchev ikalchev merged commit 105bf6f into ikalchev:dev May 7, 2018
@cdce8p cdce8p deleted the loop branch May 7, 2018 20:36
ikalchev added a commit that referenced this pull request May 18, 2018
* Merge master back into dev (#111)

* Fix typo in log message (#112)

* Fix typo in SDS011

* Documentation improvements for version 2.0.0 (#114)

* Replace event_loop with loop (#107)

* Changelog update (#116)

* Added entry for event loop change

* Additional changes

* Small changes - Accessory (#117)

* Improved bridge.to_HAP

* Updated changelog

* Fix another typo in SDS011 which prevented pm10 from getting updates.

* Added getter_callback to Characteristic #78

* Fix typo bridge.to_HAP (#119)

* Adding Code Style Checker (#118)

* Add basis for style checker

* Fixed lint errors

* Updated changelog

* Improvements 7 - Config class (#120)

Added a State class which keeps Accessory runtime properties such as port, address, paired clients, etc. This state is stored and managed by the driver.

* Remove the pyhap.accessories package. (#115)

* Remove the pyhap.accessories package.

All accessories are temporarily moved to the root accessories folder.
These will be moved into separate repositories as appropriate.

pyhap.accessories is now an implicit namespace package. See
pyhap/accessories/README.md for how others can share their accessories
as HAP-python subpackages.

* Release v2.1.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants