diff --git a/fritz_temp_sync/Dockerfile b/fritz_temp_sync/Dockerfile index e8b78bd..319b863 100755 --- a/fritz_temp_sync/Dockerfile +++ b/fritz_temp_sync/Dockerfile @@ -11,6 +11,12 @@ COPY sync_ha_fb.py /srv COPY fritzbox.py /srv COPY homeassistant.py /srv COPY device.py /srv +COPY sync_controller.py /srv +COPY config.py /srv +COPY error.py /srv +COPY ha_types.py /srv +COPY logging_config.py /srv + COPY run.sh / RUN chmod a+x /run.sh diff --git a/fritz_temp_sync/config.yaml b/fritz_temp_sync/config.yaml index 2cab808..b39f771 100755 --- a/fritz_temp_sync/config.yaml +++ b/fritz_temp_sync/config.yaml @@ -1,6 +1,6 @@ -name: "Fritz!Box Temperature Sync Dev" +name: "Fritz!Box Temperature Sync" description: "Sync Fritz!DECT thermostat temperatures with other sensors in Home Assistant" -version: "0.5" +version: "0.5.1" startup: "application" stage: "stable" slug: "fritz_temp_sync"