From cf313c503b7b070e24739a1f5139e5833405eebc Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 5 Aug 2023 13:22:31 +0200 Subject: [PATCH] fix: Generate pan_id for new installations (#18530) --- data/configuration.example.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/configuration.example.yaml b/data/configuration.example.yaml index 53df87926..0bc67286e 100644 --- a/data/configuration.example.yaml +++ b/data/configuration.example.yaml @@ -22,4 +22,6 @@ serial: # Advanced settings advanced: # Let Zigbee2MQTT generate a network key on first start - network_key: GENERATE \ No newline at end of file + network_key: GENERATE + # Let Zigbee2MQTT generate a pan_id on first start + pan_id: GENERATE