tellstick: Collection of small improvements (#916)

* tellstick: Move data run to data folder

* tellstick: Prettier JSON & YAML files

* tellstick: Documentation tweaks
This commit is contained in:
Franck Nijhof
2019-12-19 13:15:06 +01:00
committed by Pascal Vizeli
parent 90736dabfd
commit 058df9b0f2
5 changed files with 20 additions and 29 deletions

View File

@@ -39,6 +39,6 @@ RUN apk add --no-cache \
&& rm -rf /usr/src/telldus
# Copy data for add-on
COPY run.sh /
COPY data/run.sh /
CMD [ "/run.sh" ]