Fix deconz error spam with supervisor beta (#1798)

This commit is contained in:
Pascal Vizeli
2021-02-02 12:18:49 +01:00
committed by GitHub
parent 602f5beb64
commit 7e26e65a9b
4 changed files with 32 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.6.4
- Fix errors with new Supervisor as transit update
## 6.6.3
- Use hostname for discovery instead of IP

View File

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

View File

@@ -3,6 +3,10 @@
# Start udevd service
# ==============================================================================
if bashio::fs.directory_exists /run/udev; then
exec sleep infinity
fi
# Triggers udev reload in the background
./trigger &