You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
599 B
32 lines
599 B
# Home Assistant integration (MQTT discovery) |
|
homeassistant: false |
|
|
|
# allow new devices to join |
|
permit_join: true |
|
|
|
frontend: true |
|
|
|
# MQTT settings |
|
mqtt: |
|
# MQTT base topic for zigbee2mqtt MQTT messages |
|
base_topic: zigbee2mqtt |
|
# MQTT server URL |
|
server: 'mqtt://mqtt.blu3cat' |
|
user: openhab |
|
password: Hl3Yr6cT2mgSp1eW |
|
# MQTT server authentication, uncomment if required: |
|
# user: my_user |
|
# password: my_password |
|
|
|
# Serial settings |
|
serial: |
|
# Location of CC2531 USB sniffer |
|
port: /dev/ttyACM0 |
|
baudrate: 115200 |
|
|
|
frontend: |
|
port: 8080 |
|
host: 0.0.0.0 |
|
|
|
advanced: |
|
output: attribute
|
|
|