add ha addon support

This commit is contained in:
2024-01-26 23:19:14 +01:00
parent 0425f6e8df
commit b0b764be10
37 changed files with 987 additions and 207 deletions

View File

@@ -0,0 +1,11 @@
version: '3'
services:
ha-bridge:
build: .
environment:
- HA_HOST=${HA_HOST}
- HA_PORT=${HA_PORT}
- HA_ACCESS_TOKEN=${HA_ACCESS_TOKEN}
volumes:
- ./deviceData:/app/deviceData:rw
network_mode: host