Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. # MQTTBROKER
  2. mqtt:
  3. broker: m20.cloudmqtt.com
  4. port: 13739
  5. client_id: homeassistant
  6. keepalive: 60
  7. username: !secret mqttbroker_user
  8. password: !secret mqttbroker_pass
  9. birth_message:
  10. topic: 'hass/status'
  11. payload: 'online'
  12. qos: 1
  13. retain: true
  14. will_message:
  15. topic: 'hass/status'
  16. payload: 'offline'
  17. qos: 1
  18. retain: true
  19.  
  20.  
  21.  
  22. device_tracker:
  23. - platform: owntracks
  24. max_gps_accuracy: 200
  25. waypoints: true
  26. interval_seconds: 10
  27. consider_home: 300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement