mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Update documentation
This commit is contained in:
parent
035df68d6c
commit
9292891836
@ -130,7 +130,6 @@ automation:
|
|||||||
state: 'not_home'
|
state: 'not_home'
|
||||||
|
|
||||||
condition: use_trigger_values
|
condition: use_trigger_values
|
||||||
condition:
|
|
||||||
action:
|
action:
|
||||||
service: light.turn_off
|
service: light.turn_off
|
||||||
entity_id: group.all_lights
|
entity_id: group.all_lights
|
||||||
|
@ -23,7 +23,7 @@ mqtt:
|
|||||||
keepalive: 60
|
keepalive: 60
|
||||||
username: your_username
|
username: your_username
|
||||||
password: your_secret_password
|
password: your_secret_password
|
||||||
certificate: path_to_certificate
|
certificate: /home/paulus/dev/addtrustexternalcaroot.crt
|
||||||
|
|
||||||
Variables:
|
Variables:
|
||||||
|
|
||||||
@ -43,6 +43,10 @@ Default is a random generated one.
|
|||||||
keepalive
|
keepalive
|
||||||
*Optional
|
*Optional
|
||||||
The keep alive in seconds for this client. Default is 60.
|
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 logging
|
||||||
import os
|
import os
|
||||||
|
Loading…
x
Reference in New Issue
Block a user