Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jlusiardi/homekit_python
Browse files Browse the repository at this point in the history
  • Loading branch information
jlusiardi committed Mar 9, 2019
2 parents e008111 + e3f6c7d commit 699bd85
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
dist: xenial
language: python
python:
- "3.5"
- "3.6"
before_install:
# update openssl to a version that is sufficient for cryptography 2.6 (openssl 1.1 is required since)
- wget http://launchpadlibrarian.net/400343104/libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb
- sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb
- wget http://launchpadlibrarian.net/367327834/openssl_1.1.0g-2ubuntu4_amd64.deb
- sudo dpkg -i openssl_1.1.0g-2ubuntu4_amd64.deb
- echo "-----------------------------------------"
- openssl version
- echo "-----------------------------------------"
- sudo apt-get update
- pip install coveralls
script: coverage run -m unittest -v
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ python3 -m homekit.pair -d ${DEVICEID} -p ${SETUPCODE} -f ${PAIRINGDATAFILE} -a

The option `-d` specifies the device id of the accessory to pair. Can be obtained via discovery.

The option `-p` specifies the HomeKit Setup Code. Can be obtained from the accessory.
The option `-p` specifies the HomeKit Setup Code. Can be obtained from the accessory. This must look like `XXX-XX-XXX` (X is a single digit and the dashes are important).

The option `-f` specifies the file that contains the pairing data.

Expand Down Expand Up @@ -275,3 +275,4 @@ Users have tried (and succeeded, not checked by the author) to use the following
* Leviton DH6HD-1BZ ([Issue #16](https://github.com/jlusiardi/homekit_python/issues/16))
* Lutron Caseta (Smart Bridge 2 / [Issue #17](https://github.com/jlusiardi/homekit_python/issues/17))
* iHome iSP5 ([Issue #18](https://github.com/jlusiardi/homekit_python/issues/18))
* Xiaomi Mi Bedside Lamp 2 ([Issue #116](https://github.com/jlusiardi/homekit_python/issues/116))

0 comments on commit 699bd85

Please sign in to comment.