Skip to content

Instantly share code, notes, and snippets.

@amitkeret
Created February 7, 2022 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitkeret/c75942d4aa0c862049ab370b4a2316b5 to your computer and use it in GitHub Desktop.
Save amitkeret/c75942d4aa0c862049ab370b4a2316b5 to your computer and use it in GitHub Desktop.
Zigbee2MQTT initial config
homeassistant: true
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: mqtt://[IP]:[PORT]
user: [USER]
password: [PASS]
serial:
port: /dev/ttyACM0
adapter: deconz
availability: true
frontend: true
advanced:
log_level: info
network_key: GENERATE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment