Update documentation

This commit is contained in:
Paulus Schoutsen 2015-10-03 18:16:21 -07:00
parent 035df68d6c
commit 9292891836
2 changed files with 5 additions and 2 deletions

View File

@ -130,7 +130,6 @@ automation:
state: 'not_home'
condition: use_trigger_values
condition:
action:
service: light.turn_off
entity_id: group.all_lights

View File

@ -23,7 +23,7 @@ mqtt:
keepalive: 60
username: your_username
password: your_secret_password
certificate: path_to_certificate
certificate: /home/paulus/dev/addtrustexternalcaroot.crt
Variables:
@ -43,6 +43,10 @@ Default is a random generated one.
keepalive
*Optional
The keep alive in seconds for this client. Default is 60.
certificate
*Optional
Certificate to use for encrypting the connection to the broker.
"""
import logging
import os