Ajout du README

This commit is contained in:
LeClubber
2022-03-13 11:43:58 +01:00
parent 77727dc166
commit 3d97778eb0
3 changed files with 128 additions and 5 deletions

View File

@@ -3,7 +3,6 @@ FROM python:3-alpine
ENV MQTT_PORT 1883
ENV MQTT_HOST mqtt
ENV MQTT_TOPIC homeassistant
ENV IDIAMANT_PULL_STATUS 5
WORKDIR /usr/src/idiamant
COPY requirements.txt requirements.txt