Skip to content

Commit

Permalink
feat(zigbee2mqtt): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed May 18, 2024
1 parent 5a7d13c commit 560886c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ spec:
remoteRef:
key: zigbee2mqtt
property: config_ext_pan_id
- secretKey: zigbee_network_key
remoteRef:
key: zigbee2mqtt
property: config_network_key
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,21 @@ spec:
ZIGBEE2MQTT_CONFIG_ADVANCED_LEGACY_AVAILABILITY_PAYLOAD: "false"
ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_LEVEL: info
ZIGBEE2MQTT_CONFIG_ADVANCED_LOG_OUTPUT: '["console"]'
# ZIGBEE2MQTT_CONFIG_ADVANCED_EXT_PAN_ID:
# valueFrom:
# secretKeyRef:
# name: zigbee2mqtt-secret
# key: zigbee_ext_pan_id
ZIGBEE2MQTT_CONFIG_ADVANCED_EXT_PAN_ID:
valueFrom:
secretKeyRef:
name: zigbee2mqtt-secret
key: zigbee_ext_pan_id
ZIGBEE2MQTT_CONFIG_ADVANCED_PAN_ID:
valueFrom:
secretKeyRef:
name: zigbee2mqtt-secret
key: zigbee_pan_id
ZIGBEE2MQTT_CONFIG_ADVANCED_NETWORK_KEY:
valueFrom:
secretKeyRef:
name: zigbee2mqtt-secret
key: zigbee_network_key
ZIGBEE2MQTT_CONFIG_AVAILABILITY_ACTIVE_TIMEOUT: 60
ZIGBEE2MQTT_CONFIG_AVAILABILITY_PASSIVE_TIMEOUT: 2000
ZIGBEE2MQTT_CONFIG_DEVICE_OPTIONS_LEGACY: "false"
Expand Down

0 comments on commit 560886c

Please sign in to comment.