.coveragerc
.gitignore
AUTHORS
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
busy_home.py
camera_main.py
codecov.yml
main.py
pylintrc
pyproject.toml
requirements.txt
requirements_all.txt
requirements_docs.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yaml
accessories/AM2302.py
accessories/BMP180.py
accessories/DisplaySwitch.py
accessories/FakeFan.py
accessories/Http.py
accessories/LightBulb.py
accessories/MotionSensor.py
accessories/NeoPixelLightStrip.py
accessories/RPI_Relay.py
accessories/SDS011.py
accessories/ShutdownSwitch.py
accessories/TSL2591.py
accessories/TV.py
accessories/TemperatureSensor.py
docs/Makefile
docs/README.rst
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/api/accessory.rst
docs/source/api/accessory_driver.rst
docs/source/api/bridge.rst
docs/source/api/characteristic.rst
docs/source/api/index.rst
docs/source/api/loader.rst
docs/source/api/service.rst
docs/source/api/state.rst
docs/source/api/util.rst
docs/source/intro/examples.rst
docs/source/intro/install.rst
docs/source/intro/overview.rst
docs/source/intro/tutorial.rst
ha_HAP_python.egg-info/PKG-INFO
ha_HAP_python.egg-info/SOURCES.txt
ha_HAP_python.egg-info/dependency_links.txt
ha_HAP_python.egg-info/requires.txt
ha_HAP_python.egg-info/top_level.txt
pyhap/__init__.py
pyhap/accessory.py
pyhap/accessory_driver.py
pyhap/camera.py
pyhap/characteristic.py
pyhap/const.py
pyhap/encoder.py
pyhap/hap_crypto.py
pyhap/hap_event.py
pyhap/hap_handler.py
pyhap/hap_protocol.py
pyhap/hap_server.py
pyhap/hsrp.py
pyhap/iid_manager.py
pyhap/loader.py
pyhap/params.py
pyhap/service.py
pyhap/state.py
pyhap/tlv.py
pyhap/util.py
pyhap/accessories/README.md
pyhap/resources/characteristics.json
pyhap/resources/services.json
pyhap/resources/snapshot.jpg
scripts/gen_hap_types.py
scripts/pickle_to_state.py
scripts/release
scripts/setup
tests/__init__.py
tests/conftest.py
tests/test_accessory.py
tests/test_accessory_driver.py
tests/test_camera.py
tests/test_characteristic.py
tests/test_encoder.py
tests/test_hap_crypto.py
tests/test_hap_handler.py
tests/test_hap_protocol.py
tests/test_hap_server.py
tests/test_hsrp.py
tests/test_iid_manager.py
tests/test_loader.py
tests/test_service.py
tests/test_state.py
tests/test_tlv.py
tests/test_util.py