homekit bridge initial

This commit is contained in:
2025-11-17 10:18:27 +01:00
parent 2e24c259cb
commit 5bf37a19ad
6 changed files with 1506 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# HomeKit Bridge Dependencies
# HAP-Python - HomeKit Accessory Protocol implementation
HAP-python>=4.9.0
# HTTP client for API communication (REST API only - no MQTT)
httpx>=0.24.0
# Utilities
python-dotenv>=1.0.0 # For .env file support
pydantic>=2.0.0 # For data validation (shared with main app)
# Logging and monitoring (optional)
# sentry-sdk>=1.0.0 # Optional: Error tracking