Add native HA integration and dashboard

This commit is contained in:
2026-06-18 12:46:57 +02:00
parent 9d01af98b2
commit b77992606a
9 changed files with 431 additions and 12 deletions

View File

@@ -4,13 +4,15 @@ build-backend = "setuptools.build_meta"
[project]
name = "sillyhome-future"
version = "2.0.0-alpha.3"
version = "2.0.0-alpha.4"
description = "SillyHome v2 event-core prototype"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115",
"httpx>=0.27",
"pydantic>=2.8",
"uvicorn[standard]>=0.30",
"websockets>=12.0",
"pyyaml>=6.0",
]