Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

mqtt.yaml

Blame
  • mqtt.yaml 205 B
    mqtt:
      broker: !secret mqtt_host
      username: !secret mqtt_username
      password: !secret mqtt_password
      client_id: $devicename
      discovery: false
      topic_prefix: growsmart/$devicename
      reboot_timeout: 0s