Fix timezone && update 3.37.8 (#418)

* Fix name

* Update build.json

* Update Dockerfile

* Update CHANGELOG.md

* Update config.json
This commit is contained in:
Pascal Vizeli
2018-10-04 16:35:40 +02:00
committed by GitHub
parent 5697d26b00
commit 3e4f8e468e
4 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 2
- Fix wrong Timezone
- Update OCCU to 3.37.8
## 1.0
- Change version format to other core add-ons
- Update OCCU to 2.35.16

View File

@@ -7,6 +7,7 @@ RUN apt-get update \
curl \
jq \
libusb-1.0 \
tzdata \
&& rm -rf /var/lib/apt/lists/*
ARG OCCU_VERSION

View File

@@ -5,6 +5,6 @@
"i386": "multiarch/ubuntu-core:i386-xenial"
},
"args": {
"OCCU_VERSION": "2.35.16"
"OCCU_VERSION": "3.37.8"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "HomeMatic OCCU",
"version": "1.0",
"version": "2",
"slug": "homematic",
"description": "HomeMatic central based on OCCU",
"url": "https://home-assistant.io/addons/homematic/",