This commit is contained in:
Micha Horlboge 2026-01-25 02:42:32 +01:00
parent 4aaddf23e0
commit e4b30606b5
2 changed files with 8 additions and 2 deletions

View File

@ -11,6 +11,12 @@ COPY sync_ha_fb.py /srv
COPY fritzbox.py /srv COPY fritzbox.py /srv
COPY homeassistant.py /srv COPY homeassistant.py /srv
COPY device.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 / COPY run.sh /
RUN chmod a+x /run.sh RUN chmod a+x /run.sh

View File

@ -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" description: "Sync Fritz!DECT thermostat temperatures with other sensors in Home Assistant"
version: "0.5" version: "0.5.1"
startup: "application" startup: "application"
stage: "stable" stage: "stable"
slug: "fritz_temp_sync" slug: "fritz_temp_sync"