mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
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:
@@ -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
|
||||
|
||||
@@ -7,6 +7,7 @@ RUN apt-get update \
|
||||
curl \
|
||||
jq \
|
||||
libusb-1.0 \
|
||||
tzdata \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ARG OCCU_VERSION
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"i386": "multiarch/ubuntu-core:i386-xenial"
|
||||
},
|
||||
"args": {
|
||||
"OCCU_VERSION": "2.35.16"
|
||||
"OCCU_VERSION": "3.37.8"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user