From cb59f72ddb3b395f5d47de0938922b4222d31402 Mon Sep 17 00:00:00 2001 From: "nkgilley@gmail.com" Date: Fri, 4 Dec 2015 10:33:03 -0500 Subject: [PATCH] add info for hold_temp parameter --- source/_components/ecobee.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/ecobee.markdown b/source/_components/ecobee.markdown index a3861eecf5b..fc21f7042ec 100644 --- a/source/_components/ecobee.markdown +++ b/source/_components/ecobee.markdown @@ -21,11 +21,13 @@ To set it up, add the following information to your `configuration.yaml` file: ```yaml ecobee: api_key: asdfghjklqwertyuiopzxcvbnm + hold_temp: True ``` Configuration variables: - **api_key** (*Required*): Your Ecobee api key. +- **hold_temp** (*Optional*): True/False whether or not to hold changes indefinitely (True) or until the next scheduled event (False, default).