From 96e20a8efecb280054730c9c3c59ad5340721f1f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 1 Sep 2016 18:33:54 +0200 Subject: [PATCH] Add variable to sample --- source/_components/binary_sensor.nest.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/binary_sensor.nest.markdown b/source/_components/binary_sensor.nest.markdown index d7c74a38341..e42d13c0db4 100644 --- a/source/_components/binary_sensor.nest.markdown +++ b/source/_components/binary_sensor.nest.markdown @@ -19,6 +19,7 @@ To set it up, add the following information to your `configuration.yaml` file: ```yaml binary_sensor: platform: nest + scan_interval: 60 monitored_conditions: - 'fan' - 'hvac_ac_state'