We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disable_tuya_default_response
1 parent eb66e0a commit 71f609dCopy full SHA for 71f609d
common/rootfs/docker-entrypoint.sh
@@ -67,6 +67,11 @@ fi
67
export NODE_PATH=/app/node_modules
68
export ZIGBEE2MQTT_CONFIG_FRONTEND='{"port": 8099}'
69
70
+if bashio::config.true 'disable_tuya_default_response'; then
71
+ bashio::log.info "Disabling TuYa default responses"
72
+ export DISABLE_TUYA_DEFAULT_RESPONSE="true"
73
+fi
74
+
75
# Expose addon configuration through environment variables.
76
function export_config() {
77
local key=${1}
zigbee2mqtt-edge/config.json
@@ -47,6 +47,7 @@
47
},
48
"schema": {
49
"zigbee_herdsman_debug": "bool?",
50
+ "disable_tuya_default_response": "bool?",
51
"data_path": "str",
52
"socat": {
53
"enabled": "bool?",
0 commit comments