Store deconz persistent (#2083)

This commit is contained in:
Pascal Vizeli
2021-06-18 14:02:18 +02:00
committed by GitHub
parent 1a10f9613f
commit ae66948e36
3 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.9.1
- Store deCONZ data persistent
## 6.9.0
- Bump deCONZ to 2.11.5

View File

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

View File

@@ -1,6 +1,10 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Manage deCONZ firmware
# Manage deCONZ firmware/folder
# ==============================================================================
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