Use hostname for deconz discovery host instead of IP (#1789)

This commit is contained in:
Raman Gupta
2021-01-29 05:35:50 -06:00
committed by GitHub
parent a9d1ae5ef3
commit 4cf72420ba
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 6.6.3
- Use hostname for discovery instead of IP
## 6.6.2
- Fixes issues where the `otau` directory was not excluded from snapshots

View File

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

View File

@@ -56,7 +56,7 @@ done
# Create config payload for Home Assistant
config=$(bashio::var.json \
host "$(bashio::addon.ip_address)" \
host "$(hostname)" \
port "^40850" \
api_key "${api_key}" \
serial "${serial}" \