States API cache

This commit is contained in:
Devmel Apps
2023-10-02 11:49:59 +02:00
parent 4f765b6109
commit 827a1fcdb8
4 changed files with 66 additions and 29 deletions
+4 -2
View File
@@ -4,9 +4,11 @@ FROM $BUILD_FROM
# Copy data for add-on
COPY hassapi.class.php /home
COPY callback.php /home
COPY poststate.sh /home
COPY state_post.sh /home
COPY states_get.sh /home
COPY run.sh /
RUN chmod a+x /home/poststate.sh
RUN chmod a+x /home/state_post.sh
RUN chmod a+x /home/states_get.sh
RUN chmod a+x /run.sh
# Install AirSendWebService