11 lines
295 B
Markdown
11 lines
295 B
Markdown
# Dooris
|
|
|
|
Dooris setup using HomeMatic with Web UI, API and OIDC integration.
|
|
Based on prior work of [hmdooris](https://git.hamburg.ccc.de/CCCHH/hmdooris).
|
|
|
|
Project structure:
|
|
|
|
```
|
|
├── api # Python application interacting with HomeMatic and providing the API.
|
|
└── app # Web UI
|
|
```
|