Skip to content

Commit 95e0ff7

Browse files
authored
Remove zigbee_herdsman_debug option (#587)
1 parent 0bc0a5f commit 95e0ff7

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

common/rootfs/docker-entrypoint.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ advanced:
5959
EOF
6060
fi
6161

62-
if bashio::config.true 'zigbee_herdsman_debug'; then
63-
bashio::log.info "Zigbee Herdsman debug logging enabled"
64-
export DEBUG="zigbee-herdsman:*"
65-
export NODE_OPTIONS=--trace-warnings
66-
fi
6762
export NODE_PATH=/app/node_modules
6863
export ZIGBEE2MQTT_CONFIG_FRONTEND='{"port": 8099}'
6964

zigbee2mqtt-edge/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"serial": {}
4747
},
4848
"schema": {
49-
"zigbee_herdsman_debug": "bool?",
5049
"disable_tuya_default_response": "bool?",
5150
"data_path": "str",
5251
"socat": {

zigbee2mqtt/DOCS.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ Configuration required to startup Zigbee2MQTT is available from the addon config
1111
The add-on will create a backup of your configuration.yml within your data path: `$DATA_PATH/configuration.yaml.bk`. When upgrading, you should use this to fill in the relevant values into your new config, particularly the network key, to avoid breaking your network and having to repair all of your devices.
1212
The backup of your configuration is created on add-on startup if no previous backup was found.
1313

14-
# Enabling zigbee-herdsman debug logging
15-
If you want to troubleshoot in more depth problems with your zigbee devices, sometimes you must enable DEBUG option on Zigbee2MQTT startup. To do this you must set `zigbee_herdsman_debug` to `true`.
16-
17-
```yaml
18-
zigbee_herdsman_debug: true
19-
```
20-
2114
# Adding Support for New Devices
2215
If you are interested in adding support for new devices to Zigbee2MQTT see [How to support new devices](https://www.zigbee2mqtt.io/how_tos/how_to_support_new_devices.html).
2316

zigbee2mqtt/config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"serial": {}
4747
},
4848
"schema": {
49-
"zigbee_herdsman_debug": "bool?",
5049
"data_path": "str",
5150
"socat": {
5251
"enabled": "bool?",

0 commit comments

Comments
 (0)