From 929289183694d09454604cdd1f2481ce2163d920 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 3 Oct 2015 18:16:21 -0700 Subject: [PATCH] Update documentation --- config/configuration.yaml.example | 1 - homeassistant/components/mqtt/__init__.py | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/configuration.yaml.example b/config/configuration.yaml.example index 381b0271016..ae9959a193d 100644 --- a/config/configuration.yaml.example +++ b/config/configuration.yaml.example @@ -130,7 +130,6 @@ automation: state: 'not_home' condition: use_trigger_values - condition: action: service: light.turn_off entity_id: group.all_lights diff --git a/homeassistant/components/mqtt/__init__.py b/homeassistant/components/mqtt/__init__.py index 6ef6dcd3e0f..71ba0fe0c9c 100644 --- a/homeassistant/components/mqtt/__init__.py +++ b/homeassistant/components/mqtt/__init__.py @@ -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