Update branch of add-ons with armv7 (#538)

* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
This commit is contained in:
Pascal Vizeli
2019-03-10 17:09:35 +01:00
committed by GitHub
parent 56234db7be
commit aaa1282d02
3 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,10 @@
# Changelog # Changelog
## 1.0
- Update base image
## 0.5 ## 0.5
- Added possibility for config options: - Added possibility for config options:
protocols: comen, fineoffset, mandolyn, oregon protocols: comen, fineoffset, mandolyn, oregon
models: temperature, temperaturehumidity models: temperature, temperaturehumidity
- Created changelog - Created changelog

View File

@@ -5,7 +5,7 @@ ENV LANG C.UTF-8
# Install Telldus library for TellStick (using same approach as in hassio docker installation) # Install Telldus library for TellStick (using same approach as in hassio docker installation)
RUN apk add --no-cache \ RUN apk add --no-cache \
confuse libftdi1 libstdc++ jq socat \ confuse libftdi1 libstdc++ socat \
&& apk add --no-cache --virtual .build-dependencies \ && apk add --no-cache --virtual .build-dependencies \
cmake build-base gcc doxygen confuse-dev argp-standalone libftdi1-dev git \ cmake build-base gcc doxygen confuse-dev argp-standalone libftdi1-dev git \
&& ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h \ && ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h \

View File

@@ -1,10 +1,10 @@
{ {
"name": "TellStick", "name": "TellStick",
"version": "0.5", "version": "1.0",
"slug": "tellstick", "slug": "tellstick",
"description": "TellStick and TellStick Duo service.", "description": "TellStick and TellStick Duo service.",
"url": "https://home-assistant.io/addons/tellstick/", "url": "https://home-assistant.io/addons/tellstick/",
"arch": ["armhf", "aarch64", "amd64", "i386"], "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "system", "startup": "system",
"stdin": true, "stdin": true,
"boot": "auto", "boot": "auto",