diff --git a/docs/AD_API_REFERENCE.rst b/docs/AD_API_REFERENCE.rst index 6c0e68b44..99f526450 100644 --- a/docs/AD_API_REFERENCE.rst +++ b/docs/AD_API_REFERENCE.rst @@ -126,6 +126,7 @@ Scheduler .. autofunction:: appdaemon.adapi.ADAPI.timer_running .. autofunction:: appdaemon.adapi.ADAPI.cancel_timer .. autofunction:: appdaemon.adapi.ADAPI.info_timer +.. autofunction:: appdaemon.adapi.ADAPI.reset_timer .. autofunction:: appdaemon.adapi.ADAPI.run_in .. autofunction:: appdaemon.adapi.ADAPI.run_once .. autofunction:: appdaemon.adapi.ADAPI.run_at diff --git a/docs/HISTORY.rst b/docs/HISTORY.rst index 29ecaea90..fbbe18f96 100644 --- a/docs/HISTORY.rst +++ b/docs/HISTORY.rst @@ -8,6 +8,7 @@ Change Log - Added the ability to set HA certificate verify from docker arguments - contributed by `Antonino Piazza `__ - Added MQTT VARS to docker arguments - contributed by `Xavi Moreno `__ +- Added the ability to reset a running timer via api **Fixes**