Advertisement
Guest User

HomeAssistant configuration.yaml

a guest
Jul 12th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ### MQTT ###
  2. mqtt:
  3. discovery: true
  4. broker: homeassistant
  5. port: 1883
  6. birth_message:
  7. topic: 'hass/status'
  8. payload: 'online'
  9. will_message:
  10. topic: 'hass/status'
  11. payload: 'offline'
  12. #base_topic: zigbee2mqtt
  13. #server: mqtt://homeassistant
  14. password: pass
  15. username: user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement