Add independent Home Assistant addon

This commit is contained in:
2026-06-18 12:23:24 +02:00
parent 549f87523a
commit 1336bc36fa
10 changed files with 121 additions and 7 deletions

View File

@@ -4,13 +4,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "sillyhome-future"
version = "2.0.0-alpha.1"
version = "2.0.0-alpha.2"
description = "SillyHome v2 event-core prototype"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115",
"pydantic>=2.8",
"uvicorn[standard]>=0.30",
"pyyaml>=6.0",
]
[project.optional-dependencies]
@@ -32,4 +33,3 @@ target-version = "py311"
python_version = "3.11"
strict = true
plugins = []