mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
Fix deconz error spam with supervisor beta (#1798)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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 &
|
||||
|
||||
|
||||
Reference in New Issue
Block a user