PyHomeKit - Python interface to control HomeKit accessories.

Author:Henri Dwyer
https://api.travis-ci.org/henridwyer/pyhomekit.png

PyHomeKit let’s you control HomeKit accessories using a pythonic interface. Supports both BLE and HTTP devices.

Requirements

  • Python 3.6.

Usage

# content of test_sample.py
def inc(x):
    return x + 1

def test_answer():
    assert inc(3) == 5

What is it good for?

Controlling HomeKit accessories using python.