Skip to content

Commit

Permalink
fix: Comment serial config in example configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Sep 29, 2024
1 parent 58c856b commit eee659a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions data/configuration.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ mqtt:
# user: my_user
# password: my_password

# Serial settings
serial:
# Location of CC2531 USB sniffer
port: /dev/ttyACM0
# Serial settings, only required when Zigbee2MQTT fails to start with:
# USB adapter discovery error (No valid USB adapter found).
# Specify valid 'adapter' and 'port' in your configuration.
# serial:
# # Location of the adapter
# port: /dev/ttyACM0
# # Type of the adapter
# type: zstack

# Advanced settings
advanced:
Expand Down

0 comments on commit eee659a

Please sign in to comment.