mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14: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
|
# Changelog
|
||||||
|
|
||||||
|
## 2
|
||||||
|
- Fix wrong Timezone
|
||||||
|
- Update OCCU to 3.37.8
|
||||||
|
|
||||||
## 1.0
|
## 1.0
|
||||||
- Change version format to other core add-ons
|
- Change version format to other core add-ons
|
||||||
- Update OCCU to 2.35.16
|
- Update OCCU to 2.35.16
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ RUN apt-get update \
|
|||||||
curl \
|
curl \
|
||||||
jq \
|
jq \
|
||||||
libusb-1.0 \
|
libusb-1.0 \
|
||||||
|
tzdata \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ARG OCCU_VERSION
|
ARG OCCU_VERSION
|
||||||
|
|||||||
@@ -5,6 +5,6 @@
|
|||||||
"i386": "multiarch/ubuntu-core:i386-xenial"
|
"i386": "multiarch/ubuntu-core:i386-xenial"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"OCCU_VERSION": "2.35.16"
|
"OCCU_VERSION": "3.37.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "HomeMatic OCCU",
|
"name": "HomeMatic OCCU",
|
||||||
"version": "1.0",
|
"version": "2",
|
||||||
"slug": "homematic",
|
"slug": "homematic",
|
||||||
"description": "HomeMatic central based on OCCU",
|
"description": "HomeMatic central based on OCCU",
|
||||||
"url": "https://home-assistant.io/addons/homematic/",
|
"url": "https://home-assistant.io/addons/homematic/",
|
||||||
|
|||||||
Reference in New Issue
Block a user