From 320480043806fa65df8e6718b9e92e89e57b6652 Mon Sep 17 00:00:00 2001 From: Guillermo Ruffino Date: Sun, 28 Jun 2020 19:56:41 -0300 Subject: [PATCH] add script.stop breaking change (#659) --- changelog/v1.15.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/v1.15.0.rst b/changelog/v1.15.0.rst index f191e2ca0..89d1cafd4 100644 --- a/changelog/v1.15.0.rst +++ b/changelog/v1.15.0.rst @@ -45,6 +45,11 @@ Breaking Changes only as necessary. (In the previous versions, it ran continuously.) - Set point +/- hysteresis (new!) value determines when actions are called -- see component documentation for details +- Scripts + + - ``script.stop: script_id`` now stops the script itself and next actions will not be executed. + `(#1004) `__ + - More - To - Come