Skip to content

Commit

Permalink
Store deconz persistent (home-assistant#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jun 18, 2021
1 parent 1a10f96 commit ae66948
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions deconz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.9.1

- Store deCONZ data persistent

## 6.9.0

- Bump deCONZ to 2.11.5
Expand Down
2 changes: 1 addition & 1 deletion deconz/config.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ae66948

Please sign in to comment.