Created
February 7, 2022 02:27
-
-
Save amitkeret/c75942d4aa0c862049ab370b4a2316b5 to your computer and use it in GitHub Desktop.
Zigbee2MQTT initial config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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