almost working
This commit is contained in:
21
zigbee2mqtt/configuration.yaml
Normal file
21
zigbee2mqtt/configuration.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# Home Assistant integration (MQTT discovery)
|
||||
homeassistant: true
|
||||
|
||||
# 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://mqtt.localdomain:1883'
|
||||
# MQTT server authentication, uncomment if required:
|
||||
user: homeassistant
|
||||
password: frb-HNJ-jdq8cjn*ktp
|
||||
|
||||
# Serial settings
|
||||
serial:
|
||||
# Location of CC2531 USB sniffer
|
||||
port: /dev/ttyUSB0
|
||||
adapter: ezsp
|
||||
Reference in New Issue
Block a user