mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
21 lines
445 B
YAML
21 lines
445 B
YAML
# Home Assistant integration (MQTT discovery)
|
|
homeassistant: false
|
|
|
|
# allow new devices to join
|
|
permit_join: false
|
|
|
|
# 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
|