Bug fix
This commit is contained in:
parent
4aaddf23e0
commit
e4b30606b5
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user