api: setup basic Flask application

This commit is contained in:
June 2026-04-30 18:56:17 +02:00
commit 415c9870e7
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
5 changed files with 128 additions and 7 deletions

View file

@ -3,4 +3,6 @@ name = "dooris_api"
version = "0.1.0"
description = "API for Dooris setup using HomeMatic."
requires-python = ">=3.14"
dependencies = []
dependencies = [
"flask>=3.1.3",
]