forked from WilliamAlexanderMorrison/igrill-hassio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mqtt.yaml
15 lines (15 loc) · 1.08 KB
/
mqtt.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#MQTT All values default to paho.mqtt.client defaults
mqtt:
host: 'IPHOSTNAME' # Optional default 'localhost'
port: 1883 # Optional default '1883'
# keepalive: 60 # Optional default '60'
auth: # Optional If included, username_pw_set() is called with user/password
username: 'USERNAME' # Required (when auth is present)
password: 'PASSWORD' # Optional
# tls: # Optional If included, tls_set() is called with the following: (default is paho.mqtt.client.tls_set() defaults)
# ca_certs: # Optional
# certfile: # Optional
# keyfile: # Optional
# cert_reqs: # Optional
# tls_version: # Optional
# ciphers: # Optional