Added support for HA discovery

This commit is contained in:
2020-05-16 16:05:51 +01:00
parent cf021a393d
commit b34d2543e4
11 changed files with 273 additions and 191 deletions

View File

@@ -1,9 +1,9 @@
FROM python:3.8-alpine
COPY requirements.txt /app/
COPY aaisp-to-mqtt.py /app/
COPY aaisp2mqtt.py /app/
WORKDIR /app
RUN pip install -r requirements.txt
CMD ["python", "/app/aaisp-to-mqtt.py"]
CMD ["python", "/app/aaisp2mqtt.py"]