Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tsenay/HAP-python

Tags

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ikalchev#188 from ikalchev/v2.5.0

Merge v2.5.0 into master

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ikalchev#180 from ikalchev/v2.4.2

Release v2.4.2

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.4.1

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.4.0

See the CHANGELOG.md for what changed

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.3.0 (ikalchev#163)

- Camera support
- Bug fixes

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ikalchev#132 from ikalchev/v2.2.2

Merge release v2.2.2 into master

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ikalchev#129 from ikalchev/v2.2.1

Merge feature branch v2.2.1

2.2.0

Toggle 2.2.0's commit message
Fix leftovers from the merge...

2.1.0

Toggle 2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
V2.1.0 (ikalchev#122)

* Merge master back into dev (ikalchev#111)

* Fix typo in log message (ikalchev#112)

* Fix typo in SDS011

* Documentation improvements for version 2.0.0 (ikalchev#114)

* Replace event_loop with loop (ikalchev#107)

* Changelog update (ikalchev#116)

* Added entry for event loop change

* Additional changes

* Small changes - Accessory (ikalchev#117)

* Improved bridge.to_HAP

* Updated changelog

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

* Added getter_callback to Characteristic ikalchev#78

* Fix typo bridge.to_HAP (ikalchev#119)

* Adding Code Style Checker (ikalchev#118)

* Add basis for style checker

* Fixed lint errors

* Updated changelog

* Improvements 7 - Config class (ikalchev#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. (ikalchev#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.

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'dev' into master