mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-20 20:34:37 +01:00
Use hostname for deconz discovery host instead of IP (#1789)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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}" \
|
||||
|
||||
Reference in New Issue
Block a user