mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
This reverts commit ae66948e36.
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 6.9.1
|
|
||||||
|
|
||||||
- Store deCONZ data persistent
|
|
||||||
|
|
||||||
## 6.9.0
|
## 6.9.0
|
||||||
|
|
||||||
- Bump deCONZ to 2.11.5
|
- Bump deCONZ to 2.11.5
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "deCONZ",
|
"name": "deCONZ",
|
||||||
"version": "6.9.1",
|
"version": "6.9.0",
|
||||||
"slug": "deconz",
|
"slug": "deconz",
|
||||||
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
|
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
|
||||||
"arch": ["amd64", "armhf", "aarch64"],
|
"arch": ["amd64", "armhf", "aarch64"],
|
||||||
|
|||||||
@@ -1,10 +1,6 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# Manage deCONZ firmware/folder
|
# Manage deCONZ firmware
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
|
|
||||||
bashio::log.info "$(/usr/bin/GCFFlasher_internal -l)"
|
bashio::log.info "$(/usr/bin/GCFFlasher_internal -l)"
|
||||||
|
|
||||||
mkdir -p /root/.local/share
|
|
||||||
mkdir -p /data/dresden-elektronik
|
|
||||||
ln -s /data/dresden-elektronik /root/.local/share/dresden-elektronik
|
|
||||||
Reference in New Issue
Block a user