This commit is contained in:
Micha Horlboge 2026-01-25 02:43:57 +01:00
parent e4b30606b5
commit ce5c15bcd7

View File

@ -13,7 +13,7 @@ COPY homeassistant.py /srv
COPY device.py /srv
COPY sync_controller.py /srv
COPY config.py /srv
COPY error.py /srv
COPY errors.py /srv
COPY ha_types.py /srv
COPY logging_config.py /srv