Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Revert "Store deconz persistent (home-assistant#2083)" (home-assistan…
Browse files Browse the repository at this point in the history
…t#2084)

This reverts commit ae66948.
  • Loading branch information
pvizeli authored Jun 18, 2021
1 parent ae66948 commit a2fec2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 0 additions & 4 deletions deconz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# 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.1",
"version": "6.9.0",
"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,10 +1,6 @@
#!/usr/bin/with-contenv bashio
# ==============================================================================
# Manage deCONZ firmware/folder
# Manage deCONZ firmware
# ==============================================================================

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 a2fec2b

Please sign in to comment.