Skip to content

Tags: dfrezell/HAP-python

Tags

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

1.1.9

Toggle 1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge char improvements, doc changes, version 1.1.9 (ikalchev#79)

* Remove breaking change description from README.

* Characteristic improvements (ikalchev#73)

* Merged set_value and get_hap_value

* Small improvements
* Added helper method '_validate_value'
* Added helper method '_get_default_value'
* Raise ValueError if properties are invalid
* Added __slots__

* Additional changes

* New method: update_value (use for value updates from HAP-python)
* Rename: to_HAP to to_dict
* New method: from_dict (use during loading of chars)

* Addressed comments

* Fixed errors, small mistakes

* Added debug statements

* Changed '_LOGGER' to 'logger'

* Changed raise error to return None

* Raising ValueErrors with custom msg

* Bugfix, added additional logger.error statements

* Rearanged functions

* Added error_msg parameter

* Added tests

* Added '/htmlcov' to .gitignore

* Bump version number to 1.1.9

v1.1.7

Toggle v1.1.7'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#56 from cdce8p/representations

Added object representations