2 changed files with 16 additions and 20 deletions
@ -1,28 +1,19 @@
|
||||
# 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' |
||||
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/serial/by-id/usb-1a86_USB_Serial-if00-port0' |
||||
adapter: ezsp |
||||
port: /host/dev/ttyUSB0 |
||||
baudrate: 115200 |
||||
|
||||
advanced: |
||||
output: attribute |
||||
output: attribute |
||||
homeassistant_legacy_entity_attributes: false |
||||
legacy_api: false |
||||
legacy_availability_payload: false |
||||
device_options: |
||||
legacy: false |
||||
|
||||
Loading…
Reference in new issue