api: implement ccu querying

This commit is contained in:
lilly 2026-05-09 21:16:43 +02:00
commit c1a78e4dc9
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
6 changed files with 628 additions and 22 deletions

View file

@ -4,6 +4,7 @@ version = "0.1.0"
description = "API for Dooris setup using HomeMatic."
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.13.5",
"cachetools>=7.1.1",
"fastapi>=0.136.1",
"simple-openid-connect>=2.4.0",