Added info re command line sensors being a breaking change (#13754)

The fix for command line sensor was promoted as just a bugfix, whereas it is a breaking change. The workaround for the bug was to escape the quote with a backslash, and now the backslash is treated as a character and passed through.
This commit is contained in:
Jon 2020-06-22 13:44:29 +01:00 committed by GitHub
parent 8f0b2f9ac0
commit a99f542fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -322,6 +322,13 @@ Experiencing issues introduced by this release? Please report them in our [issue
Previously it was set after the action that was part of the trigger was done.
([@basnijholt] - [#35671]) ([automation docs])
**Command Line Sensors**
The fix for command line sensors removing quotes with template breaks any sensors where the quote has been escaped using a backslash.
E.g. to work around the previous bug a quote could be added using \" and this must now be replaced with simply "
(@shenxn - #35559) (command_line docs)
## Farewell to the following