Advertisement
Guest User

Untitled

a guest
Apr 4th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # Home Assistant integration (MQTT discovery)
  2. homeassistant: false
  3.  
  4. # allow new devices to join
  5. permit_join: true
  6.  
  7. # MQTT settings
  8. mqtt:
  9. # MQTT base topic for zigbee2mqtt MQTT messages
  10. base_topic: zigbee2mqtt
  11. # MQTT server URL
  12. server: 'mqtt://localhost'
  13. # MQTT server authentication, uncomment if requi$# user: my_user
  14. # password: my_password
  15.  
  16. # Serial settings
  17. serial:
  18. # Location of CC2531 USB sniffer
  19. port: /dev/ttyACM0
  20.  
  21. advanced:
  22. log_level: debug
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement