From aaa1282d02cb0db3645490613452c7f2a9211d00 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 10 Mar 2019 17:09:35 +0100 Subject: [PATCH] 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 --- tellstick/CHANGELOG.md | 9 ++++++--- tellstick/Dockerfile | 2 +- tellstick/config.json | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/tellstick/CHANGELOG.md b/tellstick/CHANGELOG.md index 8b733c6..5e53003 100644 --- a/tellstick/CHANGELOG.md +++ b/tellstick/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog +## 1.0 +- Update base image + ## 0.5 -- Added possibility for config options: -protocols: comen, fineoffset, mandolyn, oregon -models: temperature, temperaturehumidity +- Added possibility for config options: +protocols: comen, fineoffset, mandolyn, oregon +models: temperature, temperaturehumidity - Created changelog diff --git a/tellstick/Dockerfile b/tellstick/Dockerfile index 646fcde..a301a77 100644 --- a/tellstick/Dockerfile +++ b/tellstick/Dockerfile @@ -5,7 +5,7 @@ ENV LANG C.UTF-8 # Install Telldus library for TellStick (using same approach as in hassio docker installation) RUN apk add --no-cache \ - confuse libftdi1 libstdc++ jq socat \ + confuse libftdi1 libstdc++ socat \ && apk add --no-cache --virtual .build-dependencies \ cmake build-base gcc doxygen confuse-dev argp-standalone libftdi1-dev git \ && ln -s /usr/include/libftdi1/ftdi.h /usr/include/ftdi.h \ diff --git a/tellstick/config.json b/tellstick/config.json index c83339b..c43dfa7 100644 --- a/tellstick/config.json +++ b/tellstick/config.json @@ -1,10 +1,10 @@ { "name": "TellStick", - "version": "0.5", + "version": "1.0", "slug": "tellstick", "description": "TellStick and TellStick Duo service.", "url": "https://home-assistant.io/addons/tellstick/", - "arch": ["armhf", "aarch64", "amd64", "i386"], + "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup": "system", "stdin": true, "boot": "auto",