From 02b3bcaadf5c03820d95341caaef5a9607b29ae9 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 18 Sep 2017 22:02:25 +0200 Subject: [PATCH] remove delay option --- source/_components/homematic.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index 02de009442a..2f6a245d90e 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -37,7 +37,6 @@ Configuration variables (global): - **hosts** (*Required*): Configuration for each host to integrate into Home Assistant. - **local_ip** (*Optional*): IP of device running Home Assistant. Override autodetected value for exotic network setups. - **local_port** (*Optional*): Port for connection with Home Assistant. By default it is randomly assigned. -- **delay** (*Optional*): [Float] Delay fetching of current state per device on startup. Used to prevent overloading of the CCU. Defaults to 0.5. Configuration variables (host): @@ -55,7 +54,6 @@ Configuration variables (host): ```yaml homematic: - delay: 1.0 hosts: rf: ip: 127.0.0.1