mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
remove delay option
This commit is contained in:
parent
1182175fb8
commit
02b3bcaadf
@ -37,7 +37,6 @@ Configuration variables (global):
|
|||||||
- **hosts** (*Required*): Configuration for each host to integrate into Home Assistant.
|
- **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_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.
|
- **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):
|
Configuration variables (host):
|
||||||
|
|
||||||
@ -55,7 +54,6 @@ Configuration variables (host):
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
homematic:
|
homematic:
|
||||||
delay: 1.0
|
|
||||||
hosts:
|
hosts:
|
||||||
rf:
|
rf:
|
||||||
ip: 127.0.0.1
|
ip: 127.0.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user