Init config added, to start again from scratch
This commit is contained in:
parent
eb04a252fb
commit
55c0c6e75c
0
config/.gitkeep
Normal file
0
config/.gitkeep
Normal file
25
config_example/configuration_init.j2
Normal file
25
config_example/configuration_init.j2
Normal file
@ -0,0 +1,25 @@
|
||||
homeassistant: false
|
||||
permit_join: false
|
||||
mqtt:
|
||||
base_topic: zigbee_gfe
|
||||
server: mqtt://{{ smart_sat_zigbee2mqtt_hostname }}
|
||||
user: {{ smart_sat_zigbee2mqtt_username }}
|
||||
password: {{ smart_sat_zigbee2mqtt_password }}
|
||||
serial:
|
||||
port: /dev/ttyACM0
|
||||
channel: 25
|
||||
advanced:
|
||||
# Let Zigbee2MQTT generate a network key on first start
|
||||
network_key: GENERATE
|
||||
# Let Zigbee2MQTT generate a pan_id on first start
|
||||
pan_id: GENERATE
|
||||
# Let Zigbee2MQTT generate a ext_pan_id on first start
|
||||
ext_pan_id: GENERATE
|
||||
frontend:
|
||||
port: 8038
|
||||
host: 0.0.0.0
|
||||
auth_token: {{ smart_sat_zigbee2mqtt_auth_token }}
|
||||
url: http://localhost
|
||||
device_options:
|
||||
legacy: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user