Changes
This commit is contained in:
parent
cb9f562707
commit
d74ada8cf6
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ RUN mkdir /src && tar xvfz /src.tar.gz -C /src --strip-components=1
|
|||
RUN mv /src/CC2531_station/epaper_station_websocket/ /app
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
RUN ls /src && pip install -r requirements.txt
|
||||
|
||||
ADD rootfs /
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: EPaper Station
|
||||
version: 1.0.0.1
|
||||
version: 1.0.0.2
|
||||
#image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch}
|
||||
slug: epaper-station
|
||||
description: Publish Pictures to EPaper pricetags
|
||||
|
|
Loading…
Reference in a new issue