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:
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0
|
||||
- Update base image
|
||||
|
||||
## 0.5
|
||||
- Added possibility for config options:
|
||||
protocols: comen, fineoffset, mandolyn, oregon
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user