zigbee2mqtt/data/configuration.yaml

21 lines
444 B
YAML
Raw Normal View History

2018-04-25 10:29:03 -07:00
# Home Assistant integration (MQTT discovery)
homeassistant: false
2018-04-24 09:04:36 -07:00
2018-04-25 10:29:03 -07:00
# 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