Skip to content

Commit f4f0af2

Browse files
committed
remove app_init_delay referenmces
1 parent 743f80d commit f4f0af2

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

docs/CONFIGURE.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ To configure the HASS plugin, in addition to the required parameters above, you
520520
set to ``False`` to disable verification on self-signed certs, or certs for which the address used doesn't match the cert address (e.g., using an internal IP address)
521521
- ``api_port`` (optional) - Port the AppDaemon RESTFul API will listen
522522
on. If not specified, the RESTFul API will be turned off.
523-
- ``app_init_delay`` (optional) - If specified, when AppDaemon connects to HASS each time, it will wait for this number of seconds before initializing apps and listening for events. This is useful for HASS instances that have subsystems that take time to initialize (e.g., zwave).
524523
- ``retry_secs`` (optional) - If specified, AD will wait for this many seconds in between retries to connect to HASS (default 5 seconds)
525524
- ``plugin_startup_conditions`` - see `HASS Plugin Startup Conditions <#startup-conditions>`__
526525
- ``q_timeout`` (optional, 30 seconds) - amount of time to wait for a response from Home Assistant before returning an error

docs/HASS_API_REFERENCE.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ This is the full list of configuration options available for the `Hass` plugin.
9393
- optional
9494
- If ``true``, suppress log messages related to :py:meth:`call_service <appdaemon.plugins.hass.hassapi.Hass.call_service>`.
9595
Defaults to ``false``.
96-
* - ``app_init_delay``
97-
- optional
98-
- Delay in seconds before initializing apps and listening for events
9996
* - ``appdaemon_startup_conditions``
10097
- optional
10198
- See the `startup control section <#startup-control>`_ for more information.

docs/HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ None
88

99
**Fixes**
1010

11-
None
11+
- Remove outdated references to `app_init_delay`
1212

1313
**Breaking Changes**
1414

0 commit comments

Comments
 (0)