add script.stop breaking change (#659)

This commit is contained in:
Guillermo Ruffino 2020-06-28 19:56:41 -03:00 committed by GitHub
parent 13b63c688e
commit 3204800438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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) <https://github.com/esphome/esphome/pull/1004>`__
- More
- To
- Come