fix(zigbee2mqtt): Add more basic options in gui (#2215)
This commit is contained in:
@@ -3,9 +3,14 @@ image:
|
||||
tag: v1.24.0@sha256:2574cbd6af36d0305c8034804e2c64f672757133d71b14f87f36913a9b97e754
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
secret:
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_USER: "admin"
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD: "password"
|
||||
|
||||
env:
|
||||
ZIGBEE2MQTT_DATA: "/data"
|
||||
ZIGBEE2MQTT_CONFIG_SERIAL_PORT: "/dev/ttyACM0"
|
||||
ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER: "null"
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_SERVER: "mqtt://localhost"
|
||||
ZIGBEE2MQTT_CONFIG_MQTT_BASE_TOPIC: "zigbee2mqtt"
|
||||
|
||||
@@ -51,11 +56,11 @@ config:
|
||||
# MQTT server URL
|
||||
server: "{{ .Values.env.ZIGBEE2MQTT_CONFIG_MQTT_SERVER }}"
|
||||
# MQTT server authentication, uncomment if required:
|
||||
# user: my_user
|
||||
user: "{{ .Values.env.ZIGBEE2MQTT_CONFIG_MQTT_USER }}"
|
||||
# password: my_password
|
||||
# client_id: my_id
|
||||
# Alternatively, credentials may be put into a separate file, managed through a secret:
|
||||
# password: '!secret password'
|
||||
password: "{{ .Values.env.ZIGBEE2MQTT_CONFIG_MQTT_PASSWORD }}"
|
||||
|
||||
# Optional: Include device information to mqtt messages (default: false)
|
||||
include_device_information: true
|
||||
@@ -65,7 +70,7 @@ config:
|
||||
# Location of your zigbee device
|
||||
port: "{{ .Values.env.ZIGBEE2MQTT_CONFIG_SERIAL_PORT }}"
|
||||
# Optional: adapter type, not needed unless you are experiencing problems (options: zstack, deconz)
|
||||
# adapter: deconz
|
||||
adapter: "{{ .Values.env.ZIGBEE2MQTT_CONFIG_SERIAL_ADAPTER }}"
|
||||
|
||||
advanced:
|
||||
network_key: GENERATE
|
||||
|
||||
Reference in New Issue
Block a user