S6-overlay cleanup for HM & deCONZ (#1717)

This commit is contained in:
Pascal Vizeli
2020-12-16 16:03:14 +01:00
committed by GitHub
parent 9a360be8e0
commit 5ae2b58a15
16 changed files with 22 additions and 14 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.6.1
- Small cleanup with s6-overlay
## 6.6.0
- Bump deCONZ to 2.7.1

View File

@@ -1,6 +1,6 @@
{
"name": "deCONZ",
"version": "6.6.0",
"version": "6.6.1",
"slug": "deconz",
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf", "aarch64"],

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start NGINX service
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Download available firmware update for IKEA
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Download available firmware update for IKEA
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Download available firmware update for OSRAM Ledvance
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start udevd service
# ==============================================================================

View File

@@ -1,5 +1,9 @@
# Changelog
## 11.0.1
- Small cleanup with s6-overlay
## 11.0.0
- Migrate to s6-overlay & tempio

View File

@@ -1,6 +1,6 @@
{
"name": "HomeMatic CCU",
"version": "11.0.0",
"version": "11.0.1",
"slug": "homematic",
"description": "HomeMatic central based on OCCU",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/homematic",

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start HomeMatic HMServer service
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start light httpd service
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start NGINX service
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start ReGaHss service
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start HomeMatic RFD service
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start HomeMatic RF timesync service
# ==============================================================================

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bashio
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Start HomeMatic wired service
# ==============================================================================