2 changed files with 16 additions and 20 deletions
@ -1,28 +1,19 @@ |
|||||||
# Home Assistant integration (MQTT discovery) |
|
||||||
homeassistant: false |
homeassistant: false |
||||||
|
|
||||||
# allow new devices to join |
|
||||||
permit_join: true |
permit_join: true |
||||||
|
|
||||||
frontend: true |
frontend: true |
||||||
|
|
||||||
# MQTT settings |
|
||||||
mqtt: |
mqtt: |
||||||
# MQTT base topic for zigbee2mqtt MQTT messages |
|
||||||
base_topic: zigbee2mqtt |
base_topic: zigbee2mqtt |
||||||
# MQTT server URL |
server: mqtt://mqtt.blu3cat |
||||||
server: 'mqtt://mqtt.blu3cat' |
|
||||||
user: openhab |
user: openhab |
||||||
password: Hl3Yr6cT2mgSp1eW |
password: Hl3Yr6cT2mgSp1eW |
||||||
# MQTT server authentication, uncomment if required: |
|
||||||
# user: my_user |
|
||||||
# password: my_password |
|
||||||
|
|
||||||
# Serial settings |
|
||||||
serial: |
serial: |
||||||
# Location of CC2531 USB sniffer |
adapter: ezsp |
||||||
port: '/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0' |
port: /host/dev/ttyUSB0 |
||||||
baudrate: 115200 |
baudrate: 115200 |
||||||
|
|
||||||
advanced: |
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