From f0e88a8f5ef2c38c7ec7556cf3c7a6b37d449076 Mon Sep 17 00:00:00 2001 From: Xavier Moreno Date: Fri, 3 Jun 2022 22:28:35 +0200 Subject: [PATCH] feat: change release_delay type from bool to float related to #497 --- RELEASE_NOTES.md | 4 ++-- apps/controllerx/cx_core/release_hold_controller.py | 12 ++++++------ docs/docs/faq.md | 2 +- docs/docs/start/type-configuration.md | 4 ++-- tests/integ_tests/release_delay/config.yaml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bdf04fe3..6331cace 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -6,9 +6,9 @@ _This minor change does not contain any breaking changes._ _Note: Remember to restart the AppDaemon addon/server after updating to a new version._ PRERELEASE_NOTE - + +- Allow passing the delay time (in seconds) to `release_delay` attribute. [ #497 ]