Standalone version

This commit is contained in:
Devmel Apps
2025-10-06 10:49:59 +02:00
parent 827a1fcdb8
commit c5f99dae9b
8 changed files with 117 additions and 40 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
ARG BUILD_FROM
FROM $BUILD_FROM
ENV HASS_HOST=
ENV HASS_TOKEN=
ENV HASS_AUTOINCLUDE=0
# Copy data for add-on
COPY hassapi.class.php /home
COPY callback.php /home
COPY hass_cb.php /home
COPY state_post.sh /home
COPY states_get.sh /home
COPY run.sh /