mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-16 10:28:33 -07:00
21 lines
444 B
YAML
21 lines
444 B
YAML
# Home Assistant integration (MQTT discovery)
|
|
homeassistant: false
|
|
|
|
# allow new devices to join
|
|
permit_join: true
|
|
|
|
# MQTT settings
|
|
mqtt:
|
|
# MQTT base topic for zigbee2mqtt MQTT messages
|
|
base_topic: zigbee2mqtt
|
|
# MQTT server URL
|
|
server: 'mqtt://localhost'
|
|
# MQTT server authentication, uncomment if required:
|
|
# user: my_user
|
|
# password: my_password
|
|
|
|
# Serial settings
|
|
serial:
|
|
# Location of CC2531 USB sniffer
|
|
port: /dev/ttyACM0
|